Skip to content

Commit

Permalink
python: numpy: 1.18.2 -> 1.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Apr 21, 2020
1 parent 17ba6b0 commit 5e98032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/numpy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ let
};
in buildPythonPackage rec {
pname = "numpy";
version = "1.18.2";
version = "1.18.3";
format = "pyproject.toml";

src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "e7894793e6e8540dbeac77c87b489e331947813511108ae097f1715c018b8f3d";
sha256 = "e46e2384209c91996d5ec16744234d1c906ab79a701ce1a26155c9ec890b8dc8";
};

nativeBuildInputs = [ gfortran pytest cython setuptoolsBuildHook ];
Expand Down

0 comments on commit 5e98032

Please sign in to comment.