python: numpy: 1.18.5 -> 1.19.0

This commit is contained in:
Frederik Rietdijk 2020-06-24 19:07:03 +02:00
parent 8bccb80cd0
commit 98f335a87c

View file

@ -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 ];