diff options
| author | R. RyanTM <ryantm-bot@ryantm.com> | 2019-04-08 11:50:46 -0700 |
|---|---|---|
| committer | xeji <36407913+xeji@users.noreply.github.com> | 2019-04-08 20:50:46 +0200 |
| commit | 0316aca0f64d1d7e35882ffc3484e349ff91a135 (patch) | |
| tree | fc4eecce4a53275eb646597057a1f48b7ea1a33d | |
| parent | pythonPackages.ipdb: 0.8.1 -> 0.12 (#58965) (diff) | |
| download | nixpkgs-0316aca0f64d1d7e35882ffc3484e349ff91a135.tar.gz | |
python37Packages.ipy: 0.83 -> 1.00 (#57415)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-ipy/versions
| -rw-r--r-- | pkgs/development/python-modules/IPy/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/IPy/default.nix b/pkgs/development/python-modules/IPy/default.nix index eacfe8dda5bc..7f258780d1c6 100644 --- a/pkgs/development/python-modules/IPy/default.nix +++ b/pkgs/development/python-modules/IPy/default.nix @@ -2,11 +2,11 @@ buildPythonPackage rec { pname = "IPy"; - version = "0.83"; + version = "1.00"; src = fetchPypi { inherit pname version; - sha256 = "61da5a532b159b387176f6eabf11946e7458b6df8fb8b91ff1d345ca7a6edab8"; + sha256 = "08d6kcacj67mvh0b6y765ipccy6gi4w2ndd4v1l3im2qm1cgcarg"; }; checkInputs = [ nose ]; |
