diff options
| author | wrobell <wrobell@riseup.net> | 2025-10-04 13:51:08 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:17:57 +0100 |
| commit | afd189764fe00767a5f832bde96ce3c7bc23e9c0 (patch) | |
| tree | 109013296243acced694c4f6c59e325fb80279f9 /gnu/packages/python-xyz.scm | |
| parent | 933c9ecb6250121c78943beeb260b9b5fcd404d0 (diff) | |
gnu: python-cython: Update to 3.1.7.
* gnu/packages/python-xyz.scm (python-cython): Update to 3.1.7.
Change-Id: I0771e680017223c0ef0fee01fc30edda0e274ebb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -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 b66196e720e..8bc19d6b061 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10590,13 +10590,13 @@ For some datatypes the overhead can be reduced by using khash by factor 4-8.") ;; TODO: Move to python-build. (package (name "python-cython") - (version "3.1.2") + (version "3.1.7") (source (origin (method url-fetch) (uri (pypi-uri "cython" version)) (sha256 - (base32 "108k6gsn63qkz98xhnm4440ir9ab0lxmw0gcrpz2sxm67yapmgvb")))) + (base32 "0gaslzb3virk4v6yh5a7dp6ka1lm267v994g8r25lck1702vjy3g")))) (build-system pyproject-build-system) (arguments (list |
