aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/time.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-05-10 16:57:50 +0200
committerRicardo Wurmus <rekado@elephly.net>2023-05-10 19:27:08 +0200
commit452fec7226bc697a71caa7ca1667ef6601d79245 (patch)
tree175136c9130b729bdfa30c165bab638131fcfb79 /gnu/packages/time.scm
parent4d673ba743c7496e4b90298037688f03f0251e65 (diff)
downloadguix-452fec7226bc697a71caa7ca1667ef6601d79245.tar
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.scm4
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