z572 pushed a commit to branch core-packages-team
in repository guix.
commit cc270d7ec578f26c684f8814da49d801e5e7b4ff
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Feb 8 01:44:43 2025 +0800
gnu: python-tzdata: Update to 2025.1.
* gnu/packages/time.scm (python-tzdata): Update to 2025.1.
Change-Id: Ic93b66f549a6181f6a7ffff2055a239388bbf5ad
---
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 46e78c7ab7..2f672e494d 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -138,13 +138,13 @@ expressions.")
(package
(name "python-tzdata")
;; This package should be kept in sync with tzdata in (gnu packages base).
- (version "2023.4")
+ (version "2025.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "tzdata" version))
(sha256
- (base32 "1ja8c6ybwhbzr37a0r56g4j555gxzss4k5irfwn54ra7557wjm6x"))
+ (base32 "156nh5d0fagghgyz54ymbd4cnr6z05w8iiin2syjinwcx04lk294"))
(modules '((guix build utils)))
(snippet #~(delete-file-recursively "src/tzdata/zoneinfo"))))
(build-system pyproject-build-system)