rekado pushed a commit to branch wip-pytorch-lightning in repository guix. commit f1efdab3eb4a3ddbb5d2bd7cb55006cda1e72ad5 Author: Ricardo Wurmus <rek...@elephly.net> AuthorDate: Wed May 10 16:57:50 2023 +0200
gnu: python-arrow: Update to 1.2.3. * gnu/packages/time.scm (python-arrow): Update to 1.2.3. --- gnu/packages/time.scm | 4 ++-- 1 file 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