mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
9801822b8b
commit
323af5817a
1 changed files with 2 additions and 4 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue