Skip to content

Commit

Permalink
python2.pkgs.ipython: 5.3.0 -> 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jan 7, 2018
1 parent 7c378a3 commit f345f35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ipython/5.nix
Expand Up @@ -27,12 +27,12 @@

buildPythonPackage rec {
pname = "ipython";
version = "5.3.0";
version = "5.5.0";
name = "${pname}-${version}";

src = fetchPypi {
inherit pname version;
sha256 = "bf5e615e7d96dac5a61fbf98d9e2926d98aa55582681bea7e9382992a3f43c1d";
sha256 = "66469e894d1f09d14a1f23b971a410af131daa9ad2a19922082e02e0ddfd150f";
};

prePatch = stdenv.lib.optionalString stdenv.isDarwin ''
Expand Down

0 comments on commit f345f35

Please sign in to comment.