mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: python-cython: Remove duplicate version.
* gnu/packages/python-xyz.scm (python-cython-0.29.32): Remove variable. * gnu/packages/python-science.scm (python-pandas)[native-inputs]: Change from PYTHON-CYTHON-0.29.32 to PYTHON-CYTHON.
This commit is contained in:
parent
51482db4da
commit
2266ec5eb1
2 changed files with 1 additions and 13 deletions
|
@ -422,7 +422,7 @@ (define-public python-pandas
|
|||
(inputs
|
||||
(list which xclip xsel))
|
||||
(native-inputs
|
||||
(list python-cython-0.29.32
|
||||
(list python-cython
|
||||
python-beautifulsoup4
|
||||
python-lxml
|
||||
python-html5lib
|
||||
|
|
|
@ -5605,18 +5605,6 @@ (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