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

commit f8028168473e6196ed4c9a9363b5e4cf87adf155
Author: wrobell <[email protected]>
AuthorDate: Sat Oct 4 13:51:08 2025 +0100

    gnu: python-cython: Update to 3.1.7.
    
    * gnu/packages/python-xyz.scm (python-cython): Update to 3.1.7.
    
    Change-Id: I0771e680017223c0ef0fee01fc30edda0e274ebb
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 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 96c65b04e8..8605bcb327 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10544,13 +10544,13 @@ For some datatypes the overhead can be reduced by 
using khash by factor 4-8.")
   ;; TODO: Move to python-build.
   (package
     (name "python-cython")
-    (version "3.1.2")
+    (version "3.1.7")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "cython" version))
        (sha256
-        (base32 "108k6gsn63qkz98xhnm4440ir9ab0lxmw0gcrpz2sxm67yapmgvb"))))
+        (base32 "0gaslzb3virk4v6yh5a7dp6ka1lm267v994g8r25lck1702vjy3g"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to