me
/
guix
Archived
1
0
Fork 0

gnu: python-arrow: Update to 1.1.1.

* gnu/packages/time.scm (python-arrow): Update to 1.1.1.
master
Kris Fremen 2021-07-05 04:09:13 -04:00 committed by Ludovic Courtès
parent af7708261f
commit 7ad7b07806
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -411,13 +411,13 @@ timestamps.")
(define-public python-arrow
(package
(name "python-arrow")
(version "0.17.0")
(version "1.1.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "arrow" version))
(sha256
(base32
"1m3fpz96w3g08i9x9cpqh3cr795y9zbj1bfnay3ccdhxv86d227z"))))
"0fl24gv7jc6b9pqxwlcgrf465i8v8h0y7dcm018yrqv0dhpn1ryy"))))
(build-system python-build-system)
(arguments
`(#:phases