0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python3Packages.ipython: 7.29.0 -> 7.30.1

This commit is contained in:
Jonathan Ringer 2021-12-07 00:56:08 -08:00
parent 36bac91f17
commit 68ff07bbfc
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -22,12 +22,12 @@
buildPythonPackage rec {
pname = "ipython";
version = "7.29.0";
version = "7.30.1";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "4f69d7423a5a1972f6347ff233e38bbf4df6a150ef20fbb00c635442ac3060aa";
sha256 = "cb6aef731bf708a7727ab6cde8df87f0281b1427d41e65d62d4b68934fa54e97";
};
prePatch = lib.optionalString stdenv.isDarwin ''