0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

python: ipython: 7.1.1 -> 7.2.0

This commit is contained in:
Frederik Rietdijk 2019-02-14 08:37:18 +01:00
parent fc325aeb50
commit ff0e3dd53f

View file

@ -21,12 +21,12 @@
buildPythonPackage rec {
pname = "ipython";
version = "7.1.1";
version = "7.2.0";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "b10a7ddd03657c761fc503495bc36471c8158e3fc948573fb9fe82a7029d8efd";
sha256 = "6a9496209b76463f1dec126ab928919aaf1f55b38beb9219af3fe202f6bbdd12";
};
prePatch = lib.optionalString stdenv.isDarwin ''