python: numpy: 1.16.3 -> 1.16.4
This commit is contained in:
parent
9a76582fcc
commit
36371f6569
@ -16,12 +16,12 @@ let
|
|||||||
};
|
};
|
||||||
in buildPythonPackage rec {
|
in buildPythonPackage rec {
|
||||||
pname = "numpy";
|
pname = "numpy";
|
||||||
version = "1.16.3";
|
version = "1.16.4";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
extension = "zip";
|
extension = "zip";
|
||||||
sha256 = "78a6f89da87eeb48014ec652a65c4ffde370c036d780a995edaeb121d3625621";
|
sha256 = "7242be12a58fec245ee9734e625964b97cf7e3f2f7d016603f9e56660ce479c7";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ gfortran pytest ];
|
nativeBuildInputs = [ gfortran pytest ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user