guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit ed9cf2f21e90f0204c322dd616ac7c9cc5c0a0bf
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jul 11 16:09:50 2025 +0100
gnu: python-cython-0: Update to 0.29.37.
* gnu/packages/python-xyz.scm (python-cython-0): Update to 0.29.37.
Change-Id: I5df495d5bb6433a9564f79e14b0fdd0c9633901b
---
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 d84f2fdbf3..f10b355b49 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10031,13 +10031,13 @@ writing C extensions for Python as easy as Python
itself.")
(package
(inherit python-cython)
(name "python-cython")
- (version "0.29.32")
+ (version "0.29.37") ;it's the latest version of 0.29
(source
(origin
(method url-fetch)
(uri (pypi-uri "Cython" version))
(sha256
- (base32 "1xqsihpqnfal29nb5kmw8z71nd4jbsnbz7p3lkr094xpb13wycw7"))))
+ (base32 "1ysca2r23h12ai9wrym4ci0nvgwm3lfijrpj9xfyxbclvnkd84zq"))))
(build-system python-build-system)
(arguments
`(#:phases