mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: python-cython: Add 0.29.32.
* gnu/packages/python-xyz.scm (python-cython-0.29.32): New variable.
This commit is contained in:
parent
94827144d1
commit
08124aa8d6
1 changed files with 12 additions and 0 deletions
|
@ -5612,6 +5612,18 @@ (define-public python-cython
|
|||
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)
|
||||
|
|
Loading…
Reference in a new issue