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
This commit is contained in:
Sharlatan Hellseher 2025-04-24 14:27:54 +01:00
parent 9801822b8b
commit 323af5817a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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))))