Merge pull request #108455 from rmcgibbo/scipy

python3Packages.scipy: 1.5.4 -> 1.6.0
This commit is contained in:
Sandro 2021-01-07 03:07:47 +01:00 committed by GitHub
commit cd8b8f82e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,11 @@ let
});
in buildPythonPackage rec {
pname = "scipy";
version = "1.5.4";
version = "1.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "4a453d5e5689de62e5d38edf40af3f17560bfd63c9c5bd228c18c1f99afa155b";
sha256 = "0rh5b1rwdcvvagld8vpxnpaibszy1skpx39a0fwzd5gx5pwcjvfb";
};
checkInputs = [ nose pytest ];