gnu: python-arrow: Update to 1.2.3.
* gnu/packages/time.scm (python-arrow): Update to 1.2.3.
This commit is contained in:
parent
4d673ba743
commit
452fec7226
1 changed files with 2 additions and 2 deletions
|
@ -467,13 +467,13 @@ (define-public python-pyrfc3339
|
|||
(define-public python-arrow
|
||||
(package
|
||||
(name "python-arrow")
|
||||
(version "1.1.1")
|
||||
(version "1.2.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "arrow" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fl24gv7jc6b9pqxwlcgrf465i8v8h0y7dcm018yrqv0dhpn1ryy"))))
|
||||
"189knrgxb3x21lzvqac6qlpd32308hcmpccxdlvr5wmrl46b6d1r"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue