Merge branch 'master' into staging

This commit is contained in:
Marius Bakke 2022-09-18 16:21:44 +02:00
commit 51482db4da
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
25 changed files with 683 additions and 168 deletions

View file

@ -5605,6 +5605,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)