Skip to content

Commit

Permalink
python: ipython: 7.14.0 -> 7.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jun 5, 2020
1 parent 8def595 commit 36bfc01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ipython/default.nix
Expand Up @@ -22,12 +22,12 @@

buildPythonPackage rec {
pname = "ipython";
version = "7.14.0";
version = "7.15.0";
disabled = pythonOlder "3.6";

src = fetchPypi {
inherit pname version;
sha256 = "f0126781d0f959da852fb3089e170ed807388e986a8dd4e6ac44855845b0fb1c";
sha256 = "0ef1433879816a960cd3ae1ae1dc82c64732ca75cec8dab5a4e29783fb571d0e";
};

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

0 comments on commit 36bfc01

Please sign in to comment.