diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-04-30 13:35:00 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-05 22:38:16 +0200 |
commit | 6be3c24d829f2a317d623b7a886f29c174202a19 (patch) | |
tree | 34a2c17c0b81001745c6becc07cf134f8ce2ba08 /gnu/packages | |
parent | 6962b32a2bbdb92951fb3121e8e94b0fbc2d00a3 (diff) | |
download | guix-6be3c24d829f2a317d623b7a886f29c174202a19.tar.gz guix-6be3c24d829f2a317d623b7a886f29c174202a19.zip |
gnu: python-cython-3: Update to 3.0.8.
* gnu/packages/python-xyz.scm (python-cython-3): Update to 3.0.8.
Change-Id: I9129a7837cefea0b95b0a3c3cdf73997d91f7484
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ed48c0ea62..49042d8168 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -8150,13 +8150,13 @@ writing C extensions for Python as easy as Python itself.") ;; Cython 3 is not officially released yet, so distinguish the name ;; for now. (name "python-cython-next") - (version "3.0.0b2") + (version "3.0.8") (source (origin (method url-fetch) (uri (pypi-uri "Cython" version)) (sha256 (base32 - "0mb7gpavs87am29sbk6yqznsybxj9dk4fwj4370j9sbrcmjq0hkc")))) + "1rlxscrn4bgdlbhjjikknbz5s2hyvn2rjfparry5wxnmiwyl4cw3")))) (properties '()))) ;; NOTE: when upgrading numpy please make sure that python-numba, |