me
/
guix
Archived
1
0
Fork 0

gnu: python-cython-next: Update to 3.0.0b2.

* gnu/packages/python-xyz.scm (python-cython-next): Update to 3.0.0b2.

Signed-off-by: Christopher Baines <mail@cbaines.net>
Andy Tai 2023-04-28 23:15:34 -07:00 committed by Christopher Baines
parent 49cd552866
commit 17dcdbc490
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -6916,13 +6916,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.0a10")
(version "3.0.0b2")
(source (origin
(method url-fetch)
(uri (pypi-uri "Cython" version))
(sha256
(base32
"17fqacrpis05w1rpi7d7sbimrk20xf8h6d3vrz5nf6ix3899abil"))))
"0mb7gpavs87am29sbk6yqznsybxj9dk4fwj4370j9sbrcmjq0hkc"))))
(properties '())))
;; NOTE: when upgrading numpy please make sure that python-numba,