guix_mirror_bot pushed a commit to branch python-team in repository guix. commit d5c93b1d471ad570b5302a9ec7ae61dbf475e9e2 Author: Sharlatan Hellseher <sharlata...@gmail.com> 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 fb31fee2f8..87f179bf2c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10005,13 +10005,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