guix_mirror_bot pushed a commit to branch add-compress-debug-symbols-phase in repository guix.
commit f48325cdd77d63b6e6472b30d58445d25d6c3cad Author: Maxim Cournoyer <[email protected]> AuthorDate: Mon Nov 10 07:27:08 2025 +0900 gnu: python-arrow: Update to 1.4.0. * gnu/packages/time.scm (python-arrow): Update to 1.4.0. [propagated-inputs]: Add python-tzdata. Change-Id: I9e6449b99242d09019d8d0715ad405d2b514c11d --- gnu/packages/time.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index 3fd90ddb27..8a56e6fdc9 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -723,13 +723,13 @@ timestamps.") (define-public python-arrow (package (name "python-arrow") - (version "1.3.0") + (version "1.4.0") (source (origin (method url-fetch) (uri (pypi-uri "arrow" version)) (sha256 (base32 - "11bssv25jix57igvfmvg2v8dmwk55b4dh6hgffazidccchbhcm6l")))) + "1mr6wlbd289bb1asc147x2bwajlc16q63m44krvvh0c0x58c037d")))) (build-system pyproject-build-system) ;; Tests: 1837 passed, 2 xpassed. (native-inputs @@ -742,7 +742,8 @@ timestamps.") python-simplejson)) (propagated-inputs (list python-dateutil - python-types-python-dateutil)) + python-types-python-dateutil + python-tzdata)) (home-page "https://github.com/arrow-py/arrow") (synopsis "Dates and times for Python") (description
