[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/64: gnu: python-cython-3: Update to 3.0.8.
From: |
guix-commits |
Subject: |
30/64: gnu: python-cython-3: Update to 3.0.8. |
Date: |
Thu, 2 May 2024 10:52:32 -0400 (EDT) |
rekado pushed a commit to branch wip-python-team
in repository guix.
commit 90e5cc33f879c8193da9b817f845f3bce005ea70
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 30 13:35:00 2024 +0200
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
---
gnu/packages/python-xyz.scm | 4 ++--
1 file 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,
- 05/64: gnu: Add rust-lapack-sys-0.14., (continued)
- 05/64: gnu: Add rust-lapack-sys-0.14., guix-commits, 2024/05/02
- 03/64: gnu: python-xarray-datatree: Add missing input., guix-commits, 2024/05/02
- 06/64: gnu: Add rust-lapack-0.19., guix-commits, 2024/05/02
- 08/64: gnu: Add rust-blas-0.22., guix-commits, 2024/05/02
- 09/64: gnu: Add python-pyct., guix-commits, 2024/05/02
- 10/64: gnu: Add python-nbmake., guix-commits, 2024/05/02
- 18/64: gnu: Add python-qdldl., guix-commits, 2024/05/02
- 20/64: gnu: Add python-ecos., guix-commits, 2024/05/02
- 26/64: gnu: python-xarray: Disable tests that are known to fail., guix-commits, 2024/05/02
- 31/64: gnu: python-scikit-learn: Update to 1.4.2., guix-commits, 2024/05/02
- 30/64: gnu: python-cython-3: Update to 3.0.8.,
guix-commits <=
- 35/64: gnu: Add apache-orc., guix-commits, 2024/05/02
- 11/64: gnu: Add python-colorcet., guix-commits, 2024/05/02
- 13/64: gnu: Add python-param., guix-commits, 2024/05/02
- 15/64: gnu: Add python-clarabel., guix-commits, 2024/05/02
- 16/64: gnu: Add python-fastcluster., guix-commits, 2024/05/02
- 19/64: gnu: Add python-osqp., guix-commits, 2024/05/02
- 23/64: gnu: python-plastid: Replace nose with pytest., guix-commits, 2024/05/02
- 21/64: gnu: Add python-cvxpy., guix-commits, 2024/05/02
- 22/64: gnu: Add python-metacells., guix-commits, 2024/05/02
- 24/64: gnu: python-scikit-opt: Add missing input., guix-commits, 2024/05/02