mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
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 {
|
||||
pname = "numpy";
|
||||
version = "1.18.5";
|
||||
version = "1.19.0";
|
||||
format = "pyproject.toml";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
extension = "zip";
|
||||
sha256 = "34e96e9dae65c4839bd80012023aadd6ee2ccb73ce7fdf3074c62f301e63120b";
|
||||
sha256 = "76766cc80d6128750075378d3bb7812cf146415bd29b588616f72c943c00d598";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ gfortran pytest cython setuptoolsBuildHook ];
|
||||
|
Loading…
Reference in New Issue
Block a user