python.pkgs: updates

This commit is contained in:
Frederik Rietdijk
2017-10-25 20:04:35 +02:00
parent b601d87cd6
commit 7ce848309e
133 changed files with 366 additions and 294 deletions

View File

@@ -21,12 +21,12 @@
buildPythonPackage rec {
pname = "ipython";
version = "6.1.0";
version = "6.2.1";
name = "${pname}-${version}";
src = fetchPypi {
inherit pname version;
sha256 = "5c53e8ee4d4bec27879982b9f3b4aa2d6e3cfd7b26782d250fa117f85bb29814";
sha256 = "51c158a6c8b899898d1c91c6b51a34110196815cc905f9be0fa5878e19355608";
};
prePatch = lib.optionalString stdenv.isDarwin ''