python: numpy: 1.18.4 -> 1.18.5

This commit is contained in:
Frederik Rietdijk 2020-06-05 18:44:50 +02:00
parent 36bfc01df6
commit d54acb0da4

View File

@ -35,13 +35,13 @@ let
}; };
in buildPythonPackage rec { in buildPythonPackage rec {
pname = "numpy"; pname = "numpy";
version = "1.18.4"; version = "1.18.5";
format = "pyproject.toml"; format = "pyproject.toml";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
extension = "zip"; extension = "zip";
sha256 = "bbcc85aaf4cd84ba057decaead058f43191cc0e30d6bc5d44fe336dc3d3f4509"; sha256 = "34e96e9dae65c4839bd80012023aadd6ee2ccb73ce7fdf3074c62f301e63120b";
}; };
nativeBuildInputs = [ gfortran pytest cython setuptoolsBuildHook ]; nativeBuildInputs = [ gfortran pytest cython setuptoolsBuildHook ];