Merge pull request #40576 from LnL7/ipython-5

python-ipython: 5.6.0 -> 5.7.0
This commit is contained in:
Frederik Rietdijk 2018-05-16 08:58:59 +02:00 committed by GitHub
commit 16677a6ead
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,11 +27,11 @@
buildPythonPackage rec {
pname = "ipython";
version = "5.6.0";
version = "5.7.0";
src = fetchPypi {
inherit pname version;
sha256 = "00g696r9rk1c4p3sycnv7by55cp9mm7r6zkkdqbiw9l0mk8k58wb";
sha256 = "0g1jm06qriq48m58311cs7askp83ipq3yq96hv4kg431nxzkmd4d";
};
prePatch = stdenv.lib.optionalString stdenv.isDarwin ''