python3Packages.numpy: 2.5.0 -> 2.5.1

Diff: https://github.com/numpy/numpy/compare/v2.5.0...v2.5.1

Changelog: https://github.com/numpy/numpy/releases/tag/v2.5.1
This commit is contained in:
Doron Behar
2026-07-05 11:16:30 +03:00
parent 206fd6070d
commit a2904ce42c
+2 -2
View File
@@ -37,7 +37,7 @@ assert blas.isILP64 == lapack.isILP64;
buildPythonPackage (finalAttrs: {
pname = "numpy";
version = "2.5.0";
version = "2.5.1";
pyproject = true;
src = fetchFromGitHub {
@@ -45,7 +45,7 @@ buildPythonPackage (finalAttrs: {
repo = "numpy";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-RiC1dLoDamK5B2VzHBL0V//K/Vix25q11wNGcl3Witk=";
hash = "sha256-IriSrnGAZHvJ7m97s12BydNQZDZunCVtRgj/iSgw5Vc=";
};
postPatch = ''