mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
@@ -9935,7 +9935,7 @@ capabilities.")
|
|||||||
(package
|
(package
|
||||||
(inherit python-numpy)
|
(inherit python-numpy)
|
||||||
(name "python-numpy")
|
(name "python-numpy")
|
||||||
(version "2.2.2")
|
(version "2.2.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
@@ -9943,14 +9943,12 @@ capabilities.")
|
|||||||
"https://github.com/numpy/numpy/releases/download/v"
|
"https://github.com/numpy/numpy/releases/download/v"
|
||||||
version "/numpy-" version ".tar.gz"))
|
version "/numpy-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "14f28cpmw3z8sk4lp5pylrk58220fclqnbkprfqr3n8cd2adkh59"))))
|
||||||
"13sdvwiqn85vw1dn1k1nd5ihadv82zhqm615imrqgmil33v0csgd"))))
|
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:modules '((guix build utils)
|
#:modules '((guix build utils)
|
||||||
(guix build pyproject-build-system)
|
(guix build pyproject-build-system)
|
||||||
(ice-9 format))
|
(ice-9 format))
|
||||||
|
|
||||||
#:test-flags
|
#:test-flags
|
||||||
#~(list "-m" "not slow"
|
#~(list "-m" "not slow"
|
||||||
"--numprocesses" (number->string (min 8 (parallel-job-count))))
|
"--numprocesses" (number->string (min 8 (parallel-job-count))))
|
||||||
|
|||||||
Reference in New Issue
Block a user