python3Packages.scipy: 1.8.1 -> 1.9.1
https://github.com/scipy/scipy/releases/tag/v1.9.1 https://github.com/scipy/scipy/releases/tag/v1.9.0
This commit is contained in:
parent
91f513601d
commit
ea569071ad
@ -15,11 +15,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "scipy";
|
||||
version = "1.8.1";
|
||||
version = "1.9.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-nj+xsOiW8UqFqpoo1fdV2q7rVMiXt0bfelXMsCs0DzM=";
|
||||
sha256 = "sha256-JtKMRokA5tX9s30oEqtG2wzNIsY7qglQV4cfqjpJi8k=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cython gfortran pythran ];
|
||||
|
Loading…
Reference in New Issue
Block a user