guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/06: gnu: python-cython: Add 0.29.32.


From: guix-commits
Subject: 05/06: gnu: python-cython: Add 0.29.32.
Date: Sun, 18 Sep 2022 10:21:26 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 08124aa8d6bb492e1ce9e9bc9d913bcb3fe0b40d
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Sep 18 13:13:27 2022 +0200

    gnu: python-cython: Add 0.29.32.
    
    * gnu/packages/python-xyz.scm (python-cython-0.29.32): New variable.
---
 gnu/packages/python-xyz.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ff9f458167..92e0c9dbe8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5612,6 +5612,18 @@ programming language and the extended Cython programming 
language.  It makes
 writing C extensions for Python as easy as Python itself.")
     (license license:asl2.0)))
 
+;; Newer version required for Pandas.
+(define-public python-cython-0.29.32
+  (package
+    (inherit python-cython)
+    (version "0.29.32")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "Cython" version))
+              (sha256
+               (base32
+                "1xqsihpqnfal29nb5kmw8z71nd4jbsnbz7p3lkr094xpb13wycw7"))))))
+
 (define-public python-cython-3
   (package
     (inherit python-cython)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]