mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
6962b32a2b
commit
6be3c24d82
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue