diff options
| author | Zheng Junjie <z572@z572.online> | 2025-02-08 01:44:43 +0800 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:28 +0200 |
| commit | 35fa3910c7b62eb76c7ef10fc008c9e75c39cd51 (patch) | |
| tree | c28fc262bb995fcda85ed336773ddf37d992bbce /gnu/packages | |
| parent | b82f5b373155e013d2851ebebaec9c4bf1472fed (diff) | |
gnu: python-tzdata: Update to 2025.1.
* gnu/packages/time.scm (python-tzdata): Update to 2025.1.
Change-Id: Ic93b66f549a6181f6a7ffff2055a239388bbf5ad
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/time.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index 70a5a9a6515..3ae871feb33 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -205,13 +205,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) |
