1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-28 13:10:33 +02:00

gnu: python-pandas: Update to 1.3.4.

* gnu/packages/python-science.scm (python-pandas): Update to 1.3.4.
This commit is contained in:
Efraim Flashner
2021-10-25 14:01:09 +03:00
parent c8c35af8ac
commit 4e4516599a

View File

@@ -330,13 +330,13 @@ of the SGP4 satellite tracking algorithm.")
(define-public python-pandas
(package
(name "python-pandas")
(version "1.3.3")
(version "1.3.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pandas" version))
(sha256
(base32 "1pq1nwj2kysy2g3p18wjb1xn8vk1jhcyisxilsnkwyd99aqqqb17"))))
(base32 "1z3gm521wpm3j13rwhlb4f2x0645zvxkgxij37i3imdpy39iiam2"))))
(build-system python-build-system)
(arguments
`(#:modules ((guix build utils)