Skip to content

Commit

Permalink
python: numpy: 1.18.4 -> 1.18.5
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jun 5, 2020
1 parent 36bfc01 commit d54acb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/numpy/default.nix
Expand Up @@ -35,13 +35,13 @@ let
};
in buildPythonPackage rec {
pname = "numpy";
version = "1.18.4";
version = "1.18.5";
format = "pyproject.toml";

src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "bbcc85aaf4cd84ba057decaead058f43191cc0e30d6bc5d44fe336dc3d3f4509";
sha256 = "34e96e9dae65c4839bd80012023aadd6ee2ccb73ce7fdf3074c62f301e63120b";
};

nativeBuildInputs = [ gfortran pytest cython setuptoolsBuildHook ];
Expand Down

0 comments on commit d54acb0

Please sign in to comment.