guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 57ba12c93bc9d1e3b9f626ea8cc2b345afed3ea5
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jun 17 19:57:44 2025 +0100
gnu: python-numpy: Update to 1.26.4.
* gnu/packages/python-xyz.scm (python-numpy): Update to 1.26.4.
Change-Id: Idf04968a0426442f53751d85906dc319a6f25a11
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 80a71bfaf5..d3fc066926 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10060,7 +10060,7 @@ writing C extensions for Python as easy as Python
itself.")
;; - URL <https://raw.githubusercontent.com/numpy/numpy>
;; - commit :: 2f3549c9d7c5048621568e431c86bc7530742723
;; - file <doc/source/building/understanding_meson.rst>
- (version "1.26.2")
+ (version "1.26.4") ;; This is the last planned release in the 1.26.x
series.
(source
(origin
(method url-fetch)
@@ -10069,7 +10069,7 @@ writing C extensions for Python as easy as Python
itself.")
version "/numpy-" version ".tar.gz"))
(sha256
(base32
- "1snknqb4hmv6b720nsaz21g7h6z1ikdvnsqyy5vmgavnfr23hmzn"))))
+ "0410j6jfz1yzm5s0v0yrc1j0q6ih4322357and7arr0jxnlsn0ia"))))
(build-system pyproject-build-system)
(arguments
(list