mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
python3Packages.scipy: 1.7.1 -> 1.7.3
This commit is contained in:
parent
eb73d15d3b
commit
efc0861b65
@ -15,11 +15,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "scipy";
|
||||
version = "1.7.1";
|
||||
version = "1.7.3";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "6b47d5fa7ea651054362561a28b1ccc8da9368a39514c1bbf6c0977a1c376764";
|
||||
sha256 = "ab5875facfdef77e0a47d5fd39ea178b58e60e454a4c85aa1e52fcb80db7babf";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cython gfortran pythran ];
|
||||
|
Loading…
Reference in New Issue
Block a user