python: numpy: 1.18.5 -> 1.19.0
This commit is contained in:
parent
8bccb80cd0
commit
98f335a87c
@ -35,13 +35,13 @@ let
|
|||||||
};
|
};
|
||||||
in buildPythonPackage rec {
|
in buildPythonPackage rec {
|
||||||
pname = "numpy";
|
pname = "numpy";
|
||||||
version = "1.18.5";
|
version = "1.19.0";
|
||||||
format = "pyproject.toml";
|
format = "pyproject.toml";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
extension = "zip";
|
extension = "zip";
|
||||||
sha256 = "34e96e9dae65c4839bd80012023aadd6ee2ccb73ce7fdf3074c62f301e63120b";
|
sha256 = "76766cc80d6128750075378d3bb7812cf146415bd29b588616f72c943c00d598";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ gfortran pytest cython setuptoolsBuildHook ];
|
nativeBuildInputs = [ gfortran pytest cython setuptoolsBuildHook ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user