diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-05-10 16:57:50 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-05-10 19:27:08 +0200 |
commit | 452fec7226bc697a71caa7ca1667ef6601d79245 (patch) | |
tree | 175136c9130b729bdfa30c165bab638131fcfb79 /gnu/packages/time.scm | |
parent | 4d673ba743c7496e4b90298037688f03f0251e65 (diff) | |
download | guix-452fec7226bc697a71caa7ca1667ef6601d79245.tar.gz |
gnu: python-arrow: Update to 1.2.3.
* gnu/packages/time.scm (python-arrow): Update to 1.2.3.
Diffstat (limited to 'gnu/packages/time.scm')
-rw-r--r-- | gnu/packages/time.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index 6c1251c1d6..38b51583da 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -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 |