z572 pushed a commit to branch core-packages-team
in repository guix.
commit 24e33f3a017f7f1bbf1ccec1c9c2dbe7a87ae4c0
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 2a94f53474..9dd1e7e00a 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -139,13 +139,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)