sharlatan pushed a commit to branch master
in repository guix.
commit 323af5817a0d45ef5553da03c40948080aa7c48f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Apr 24 14:27:54 2025 +0100
gnu: python-numpy-2: Update to 2.2.5.
* gnu/packages/python-xyz.scm (python-numpy-2): Update to 2.2.5.
Change-Id: I4b62ab9e0aa1f5c1f20b2d29e51e3e192bbc795b
---
gnu/packages/python-xyz.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 174f076b09..5858c373d0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9935,7 +9935,7 @@ capabilities.")
(package
(inherit python-numpy)
(name "python-numpy")
- (version "2.2.2")
+ (version "2.2.5")
(source
(origin
(method url-fetch)
@@ -9943,14 +9943,12 @@ capabilities.")
"https://github.com/numpy/numpy/releases/download/v"
version "/numpy-" version ".tar.gz"))
(sha256
- (base32
- "13sdvwiqn85vw1dn1k1nd5ihadv82zhqm615imrqgmil33v0csgd"))))
+ (base32 "14f28cpmw3z8sk4lp5pylrk58220fclqnbkprfqr3n8cd2adkh59"))))
(arguments
(list
#:modules '((guix build utils)
(guix build pyproject-build-system)
(ice-9 format))
-
#:test-flags
#~(list "-m" "not slow"
"--numprocesses" (number->string (min 8 (parallel-job-count))))