3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-pandas: Update to 1.4.4.

* gnu/packages/python-science.scm (python-pandas): Update to 1.4.4.
[native-inputs]: Change from PYTHON-CYTHON to PYTHON-CYTHON-0.29.32.
This commit is contained in:
Marius Bakke 2022-08-30 20:08:22 +02:00
parent 08124aa8d6
commit ce3b51a4c6
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -348,13 +348,13 @@ library.")
(define-public python-pandas
(package
(name "python-pandas")
(version "1.4.2")
(version "1.4.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pandas" version))
(sha256
(base32 "04lsak3j5hq2hk0vfjf532rdxdqmg2akamdl4yl3qipihp2izg4j"))))
(base32 "0ryv66s9cvd27q6a985vv556k2qlnlrdna2z7qc7bdhphrrhsv5b"))))
(build-system python-build-system)
(arguments
`(#:modules ((guix build utils)
@ -422,7 +422,7 @@ library.")
(inputs
(list which xclip xsel))
(native-inputs
(list python-cython
(list python-cython-0.29.32
python-beautifulsoup4
python-lxml
python-html5lib