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
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

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