mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
python: scipy: 1.1.0 -> 1.2.0
This commit is contained in:
parent
61e9fc2e52
commit
ee9bfb40b0
@ -2,11 +2,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "scipy";
|
||||
version = "1.1.0";
|
||||
version = "1.2.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "878352408424dffaa695ffedf2f9f92844e116686923ed9aa8626fc30d32cfd1";
|
||||
sha256 = "51a2424c8ed80e60bdb9a896806e7adaf24a58253b326fbad10f80a6d06f2214";
|
||||
};
|
||||
|
||||
checkInputs = [ nose pytest ];
|
||||
|
Loading…
Reference in New Issue
Block a user