[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
249/300: gnu: tzdata: Update to 2025a.
From: |
guix-commits |
Subject: |
249/300: gnu: tzdata: Update to 2025a. |
Date: |
Wed, 26 Mar 2025 18:37:45 -0400 (EDT) |
janneke pushed a commit to branch core-packages-team-old
in repository guix.
commit d142661f45b3072d23628cac356e9905cd992d08
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Sat Feb 8 01:14:28 2025 +0800
gnu: tzdata: Update to 2025a.
* gnu/packages/base.scm (tzdata): Update to 2025a.
[inputs]: update tzcode; Remove label.
Change-Id: I327cbcc52a04217d83edac3ebcf20bc70dcf4c12
---
gnu/packages/base.scm | 23 ++++++++++-------------
1 file changed, 10 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 638e5d205f..a138e09fec 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1748,7 +1748,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
@@ -1756,7 +1756,7 @@ command.")
version ".tar.gz"))
(sha256
(base32
- "1wq858ip55ijnlrffnnadq7vw0x93ywxghgfxh68r2qa1fbj3jnv"))))
+ "1l7hnlgc4wgy2gmaj5zmswpzbyq23h7vsndnw2zhwibw5k3wnpsd"))))
(build-system gnu-build-system)
(arguments
(list #:tests? #f
@@ -1817,17 +1817,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)
- 293/300: utils: Set $0 to basename of command in `wrap-program'., (continued)
- 293/300: utils: Set $0 to basename of command in `wrap-program'., guix-commits, 2025/03/26
- 296/300: gnu: bootar: Remove input label., guix-commits, 2025/03/26
- 298/300: gnu: gash-boot: Shorten symlinks., guix-commits, 2025/03/26
- 139/300: gnu: texlive-bin: Fix build with gcc-14., guix-commits, 2025/03/26
- 175/300: Revert "gnu: perl-tk: Fix build with gcc-14.", guix-commits, 2025/03/26
- 155/300: gnu: python-pypairix: Update to 0.3.8 and fix build with gcc-14., guix-commits, 2025/03/26
- 177/300: gnu: racket-vm-cgc: Fix build with gcc-14., guix-commits, 2025/03/26
- 180/300: gnu: libedit: Fix build with gcc-14., guix-commits, 2025/03/26
- 185/300: gnu: Add gettext-minimal-0.21., guix-commits, 2025/03/26
- 237/300: gnu: libgc: Update to 8.2.8., guix-commits, 2025/03/26
- 249/300: gnu: tzdata: Update to 2025a.,
guix-commits <=
- 254/300: gnu: iptables: Update to 1.8.11., guix-commits, 2025/03/26
- 256/300: gnu: nettle: Update to 3.10.1., guix-commits, 2025/03/26
- 263/300: gnu: bash-static: Fix cross-compiling for glibc@2.41., guix-commits, 2025/03/26
- 264/300: Revert "gnu: elfutils: Fix build to loongarch64.", guix-commits, 2025/03/26
- 267/300: gnu: gnumach: Fix build., guix-commits, 2025/03/26
- 278/300: gnu: diffutils: Update to 3.11., guix-commits, 2025/03/26
- 280/300: gnu: linux-libre-headers: Update to 6.12.17., guix-commits, 2025/03/26
- 277/300: gnu: tar: Update to 1.35., guix-commits, 2025/03/26
- 283/300: gnu: pciutils: Use new style., guix-commits, 2025/03/26
- 286/300: Revert "gnu: which: Update to 2.23.", guix-commits, 2025/03/26