gnu: python-arrow: Update to 1.1.1.

* gnu/packages/time.scm (python-arrow): Update to 1.1.1.
This commit is contained in:
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

View file

@ -411,13 +411,13 @@ (define-public python2-pyrfc3339
(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