1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-arrow: Update to 1.2.3.

* gnu/packages/time.scm (python-arrow): Update to 1.2.3.
This commit is contained in:
Ricardo Wurmus
2023-05-10 16:57:50 +02:00
parent 4d673ba743
commit 452fec7226

View File

@@ -467,13 +467,13 @@ timestamps.")
(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