python313Packages.numpy: 2.3.1 -> 2.3.2 (#428299)

This commit is contained in:
Philip Taron
2025-07-25 20:13:20 -07:00
committed by GitHub
+2 -2
View File
@@ -59,7 +59,7 @@ let
in
buildPythonPackage rec {
pname = "numpy";
version = "2.3.1";
version = "2.3.2";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -67,7 +67,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
extension = "tar.gz";
hash = "sha256-HsmuIKQibaN0NizKPGLNdT+vL5UUQLDjuY6TwjVEHSs=";
hash = "sha256-4EhqEewwzey1PxhNSW0caiB4bIHlXkFkAnATAFb47kg=";
};
patches = lib.optionals python.hasDistutilsCxxPatch [