mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +00:00
python3Packages.numpy: 1.20.1 -> 1.20.2
https://numpy.org/devdocs/release/1.20.2-notes.html
This commit is contained in:
parent
8610c0abbd
commit
8dcbb049e3
|
@ -40,14 +40,14 @@ let
|
|||
};
|
||||
in buildPythonPackage rec {
|
||||
pname = "numpy";
|
||||
version = "1.20.1";
|
||||
version = "1.20.2";
|
||||
format = "pyproject.toml";
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
extension = "zip";
|
||||
sha256 = "02m6sms6wb4flfg8y4h0msan4y7w7qgfqxhdk21lcabhm2339iiv";
|
||||
sha256 = "1vkc1739lwqx0n9dwxzmy18axlz22za034xa8jh0lmfpbazj52c7";
|
||||
};
|
||||
|
||||
patches = lib.optionals python.hasDistutilsCxxPatch [
|
||||
|
|
Loading…
Reference in a new issue