numpy: 1.16.1 -> 1.16.2
https://github.com/numpy/numpy/releases/tag/v1.16.2
This commit is contained in:
parent
205e0fc5bd
commit
e94519aae2
@ -16,12 +16,12 @@ let
|
||||
};
|
||||
in buildPythonPackage rec {
|
||||
pname = "numpy";
|
||||
version = "1.16.1";
|
||||
version = "1.16.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
extension = "zip";
|
||||
sha256 = "31d3fe5b673e99d33d70cfee2ea8fe8dccd60f265c3ed990873a88647e3dd288";
|
||||
sha256 = "1c4inssky16p6ab63n1gass6dik1dzxrp3y7kmxbdq6xg4w2wsbc";
|
||||
};
|
||||
|
||||
disabled = isPyPy;
|
||||
|
Loading…
Reference in New Issue
Block a user