mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 10:47:24 +01:00
gnu: python-arrow: Update to 1.1.1.
* gnu/packages/time.scm (python-arrow): Update to 1.1.1.
This commit is contained in:
parent
af7708261f
commit
7ad7b07806
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue