summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZheng Junjie <z572@z572.online>2026-06-15 21:45:41 +0800
committerAndreas Enge <andreas@enge.fr>2026-08-23 16:35:37 +0200
commit26990daef358595dbf752b850fd5a845a014118c (patch)
tree63272d3e30576e68af3b4b6458937ba7bd3e1dad
parent8728a42e705d4062812b8595dc85ff69edbeddda (diff)
gnu: tzdata: Update to 2026b.
* gnu/packages/base.scm (tzdata): Update to 2026b. [inputs]: Remove (sha256 (base32 "0qahpwp1zlyvi7qrlm4r74pmj3c7sx3jlg9xw2siwj3nkzapk5hi")); add (sha256 (base32 "0i533kv67wrk1f3h646zxrq3s17vrf9y4n7w48f55lzm4y2fvs9p")). Change-Id: I30d685f57deec5637cbb27e1cd552d586751066d
-rw-r--r--gnu/packages/base.scm22
1 files changed, 9 insertions, 13 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 3bc01c43223..2ed321a99ab 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1640,15 +1640,15 @@ command.")
1640 (name "tzdata") 1640 (name "tzdata")
1641 ;; This package should be kept in sync with python-pytz and python-tzdata 1641 ;; This package should be kept in sync with python-pytz and python-tzdata
1642 ;; in (gnu packages time). 1642 ;; in (gnu packages time).
1643 (version "2025a") 1643 (version "2026b")
1644 (source (origin 1644 (source (origin
1645 (method url-fetch) 1645 (method url-fetch)
1646 (uri (string-append 1646 (uri (string-append
1647 "https://data.iana.org/time-zones/releases/tzdata" 1647 "https://data.iana.org/time-zones/releases/tzdata"
1648 version ".tar.gz")) 1648 version ".tar.gz"))
1649 (sha256 1649 (sha256
1650 (base32 1650 (base32
1651 "1l7hnlgc4wgy2gmaj5zmswpzbyq23h7vsndnw2zhwibw5k3wnpsd")))) 1651 "0i7mqs9awir627n2w7yvldaqglvkl6p8cdm4pjszwswsy7cl6i8i"))))
1652 (build-system gnu-build-system) 1652 (build-system gnu-build-system)
1653 (arguments 1653 (arguments
1654 (list #:tests? #f 1654 (list #:tests? #f
@@ -1702,12 +1702,8 @@ command.")
1702 (delete-file-recursively (string-append out "/usr")) 1702 (delete-file-recursively (string-append out "/usr"))
1703 (symlink (string-append out "/share/zoneinfo") 1703 (symlink (string-append out "/share/zoneinfo")
1704 (string-append out "/share/zoneinfo/posix")) 1704 (string-append out "/share/zoneinfo/posix"))
1705 (delete-file-recursively
1706 (string-append out "/share/zoneinfo-posix"))
1707 (copy-recursively (string-append out "/share/zoneinfo-leaps") 1705 (copy-recursively (string-append out "/share/zoneinfo-leaps")
1708 (string-append out "/share/zoneinfo/right")) 1706 (string-append out "/share/zoneinfo/right"))
1709 (delete-file-recursively
1710 (string-append out "/share/zoneinfo-leaps"))
1711 (install-file "leap-seconds.list" 1707 (install-file "leap-seconds.list"
1712 (string-append out "/share/zoneinfo"))))) 1708 (string-append out "/share/zoneinfo")))))
1713 (delete 'configure)))) 1709 (delete 'configure))))
@@ -1718,7 +1714,7 @@ command.")
1718 version ".tar.gz")) 1714 version ".tar.gz"))
1719 (sha256 1715 (sha256
1720 (base32 1716 (base32
1721 "0qahpwp1zlyvi7qrlm4r74pmj3c7sx3jlg9xw2siwj3nkzapk5hi"))))) 1717 "0i533kv67wrk1f3h646zxrq3s17vrf9y4n7w48f55lzm4y2fvs9p")))))
1722 (home-page "https://www.iana.org/time-zones") 1718 (home-page "https://www.iana.org/time-zones")
1723 (synopsis "Database of current and historical time zones") 1719 (synopsis "Database of current and historical time zones")
1724 (description "The Time Zone Database (often called tz or zoneinfo) 1720 (description "The Time Zone Database (often called tz or zoneinfo)