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
This commit is contained in:
R. RyanTM 2019-04-08 11:50:46 -07:00 committed by xeji
parent 7bb8ef318e
commit 0316aca0f6

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "IPy"; pname = "IPy";
version = "0.83"; version = "1.00";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "61da5a532b159b387176f6eabf11946e7458b6df8fb8b91ff1d345ca7a6edab8"; sha256 = "08d6kcacj67mvh0b6y765ipccy6gi4w2ndd4v1l3im2qm1cgcarg";
}; };
checkInputs = [ nose ]; checkInputs = [ nose ];