diff options
| author | Zheng Junjie <z572@z572.online> | 2025-02-08 01:14:28 +0800 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:28 +0200 |
| commit | b82f5b373155e013d2851ebebaec9c4bf1472fed (patch) | |
| tree | e3e0b64e698ca4e021e2fcd99f792997b9872fb0 /gnu | |
| parent | 83ac1f1c739011d8e9b71215e95d1dbc562d3045 (diff) | |
gnu: tzdata: Update to 2025a.
* gnu/packages/base.scm (tzdata): Update to 2025a.
[inputs]: update tzcode; Remove label.
Change-Id: I327cbcc52a04217d83edac3ebcf20bc70dcf4c12
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/base.scm | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 608ba839fc7..8eab629c4bf 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -1746,7 +1746,7 @@ command.") (name "tzdata") ;; This package should be kept in sync with python-pytz and python-tzdata ;; in (gnu packages time). - (version "2023d") + (version "2025a") (source (origin (method url-fetch) (uri (string-append @@ -1754,7 +1754,7 @@ command.") version ".tar.gz")) (sha256 (base32 - "1wq858ip55ijnlrffnnadq7vw0x93ywxghgfxh68r2qa1fbj3jnv")))) + "1l7hnlgc4wgy2gmaj5zmswpzbyq23h7vsndnw2zhwibw5k3wnpsd")))) (build-system gnu-build-system) (arguments (list #:tests? #f @@ -1815,17 +1815,14 @@ command.") (delete-file-recursively (string-append out "/share/zoneinfo-leaps"))))) (delete 'configure)))) - (inputs `(("_" - ;; Note: The "_" label above is here to avoid a full rebuild. - ;; TODO: Remove it on next rebuild cycle. - ,(origin - (method url-fetch) - (uri (string-append - "https://data.iana.org/time-zones/releases/tzcode" - version ".tar.gz")) - (sha256 - (base32 - "07hn7hn2klw4dfyr673ril2nrk18198hbfv25gljsvc833hzk9g9")))))) + (inputs (list (origin + (method url-fetch) + (uri (string-append + "https://data.iana.org/time-zones/releases/tzcode" + version ".tar.gz")) + (sha256 + (base32 + "0qahpwp1zlyvi7qrlm4r74pmj3c7sx3jlg9xw2siwj3nkzapk5hi"))))) (home-page "https://www.iana.org/time-zones") (synopsis "Database of current and historical time zones") (description "The Time Zone Database (often called tz or zoneinfo) |
