me
/
guix
Archived
1
0
Fork 0

gnu: python-pandas: Update to 1.3.4.

* gnu/packages/python-science.scm (python-pandas): Update to 1.3.4.
master
Efraim Flashner 2021-10-25 14:01:09 +03:00
parent c8c35af8ac
commit 4e4516599a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

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)