guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit c5235e771be0cab9d53bb2626e568b3cb63ce772
Author: Sharlatan Hellseher <sharlata...@gmail.com>
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 d68c8c7ae6..006c1a95a0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9992,7 +9992,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)
@@ -10001,7 +10001,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

Reply via email to