0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python312Packages.numpy: 2.2.4 -> 2.2.5

This commit is contained in:
Doron Behar 2025-04-20 21:07:53 +03:00
parent e8cb04b816
commit ff83fa58a0

View file

@ -59,7 +59,7 @@ let
in
buildPythonPackage rec {
pname = "numpy";
version = "2.2.4";
version = "2.2.5";
pyproject = true;
disabled = pythonOlder "3.10";
@ -67,7 +67,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
extension = "tar.gz";
hash = "sha256-m6A2kqRdPu9mVZ7+HRCWxLm3XAmGtd/1Uww3j7gzHU8=";
hash = "sha256-qcDZlGgM2ZGxy3cuiylzQAhUZqb+lkvJ1OgPXi9DwpE=";
};
patches = lib.optionals python.hasDistutilsCxxPatch [