python: scipy: 1.1.0 -> 1.2.0

This commit is contained in:
Frederik Rietdijk 2018-12-19 09:37:34 +01:00
parent 61e9fc2e52
commit ee9bfb40b0
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "scipy"; pname = "scipy";
version = "1.1.0"; version = "1.2.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "878352408424dffaa695ffedf2f9f92844e116686923ed9aa8626fc30d32cfd1"; sha256 = "51a2424c8ed80e60bdb9a896806e7adaf24a58253b326fbad10f80a6d06f2214";
}; };
checkInputs = [ nose pytest ]; checkInputs = [ nose pytest ];