diff options
| author | wrobell <wrobell@riseup.net> | 2025-06-27 06:59:22 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:35:38 +0100 |
| commit | a1c92ead6ccbeb4d560143f2fef842f29fd3bb37 (patch) | |
| tree | e8c391ab1ad44c39fbb4679d482a150eec0b7e9c /gnu/packages/python-xyz.scm | |
| parent | 7b5d938a75bbc6bf26a8566c862bc6e3bab345ca (diff) | |
gnu: python-cython-3: Update to 3.1.2.
* gnu/packages/python-xyz.scm (python-cython-3): Update to 3.1.2.
Change-Id: I0cfe7d6bfdc2df37fd9309ae39c09674f616dee2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index fdb994047e..a53de83619 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10157,16 +10157,17 @@ writing C extensions for Python as easy as Python itself.") (define-public python-cython-3 (package (inherit python-cython) - ;; Cython 3 is not officially released yet, so distinguish the name - ;; for now. + ;; Cython 3.x is the current stable version, however there are still a lot + ;; of packages, which depend on `python-cython` package. Those need to be + ;; upgraded. (name "python-cython-next") - (version "3.0.11") + (version "3.1.2") (source (origin (method url-fetch) (uri (pypi-uri "cython" version)) (sha256 (base32 - "1zzsn60cl1qcz11h6c3miqayb7yfxdm1x19i2fk4qav8z0mdsiki")))) + "108k6gsn63qkz98xhnm4440ir9ab0lxmw0gcrpz2sxm67yapmgvb")))) (build-system pyproject-build-system) (arguments (list |
