gnu: python-pandas: Update to 0.25.2.

* gnu/packages/python-xyz.scm (python-pandas): Update to 0.25.2.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
This commit is contained in:
Giacomo Leidi 2019-10-29 00:16:25 +01:00 committed by Mathieu Othacehe
parent 3a2b1a3c9c
commit 7a97a26d01
No known key found for this signature in database
GPG Key ID: 8354763531769CA6

View File

@ -1157,13 +1157,13 @@ human-friendly syntax.")
(define-public python-pandas
(package
(name "python-pandas")
(version "0.24.2")
(version "0.25.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pandas" version))
(sha256
(base32 "18imlm8xbhcbwy4wa957a1fkamrcb0z988z006jpfda3ki09z4ag"))))
(base32 "1gp2pvzdiakvgjmykdzdlzrsfbg4vjm49jjdl9s0ha0a3yfs34fa"))))
(build-system python-build-system)
(arguments
`(#:modules ((guix build utils)