summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2025-11-05 08:20:49 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2025-11-19 09:42:12 +0900
commit6f3c44b45baff71bd551dd996c9a318fb463723a (patch)
tree4675b28b2ae9d26513490cf98a49039e2e27637c
parent1ac216d21ac277feca834d478d12c6c8ce500087 (diff)
gnu: tzdata: Update to 2025b.
* gnu/packages/base.scm (tzdata): Update to 2025b. Change-Id: I11265546a4613d1e8a6a7263178db146f299f550
-rw-r--r--gnu/packages/base.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index dc968de51d3..14c9728d38c 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1666,7 +1666,7 @@ command.")
1666 (name "tzdata") 1666 (name "tzdata")
1667 ;; This package should be kept in sync with python-pytz and python-tzdata 1667 ;; This package should be kept in sync with python-pytz and python-tzdata
1668 ;; in (gnu packages time). 1668 ;; in (gnu packages time).
1669 (version "2025a") 1669 (version "2025b")
1670 (source (origin 1670 (source (origin
1671 (method url-fetch) 1671 (method url-fetch)
1672 (uri (string-append 1672 (uri (string-append
@@ -1674,7 +1674,7 @@ command.")
1674 version ".tar.gz")) 1674 version ".tar.gz"))
1675 (sha256 1675 (sha256
1676 (base32 1676 (base32
1677 "1l7hnlgc4wgy2gmaj5zmswpzbyq23h7vsndnw2zhwibw5k3wnpsd")))) 1677 "0x0lswl5v3q3ml8ig4djc76p9zc593xajzp22x881isz6h9h908i"))))
1678 (build-system gnu-build-system) 1678 (build-system gnu-build-system)
1679 (arguments 1679 (arguments
1680 (list #:tests? #f 1680 (list #:tests? #f
@@ -1742,7 +1742,7 @@ command.")
1742 version ".tar.gz")) 1742 version ".tar.gz"))
1743 (sha256 1743 (sha256
1744 (base32 1744 (base32
1745 "0qahpwp1zlyvi7qrlm4r74pmj3c7sx3jlg9xw2siwj3nkzapk5hi"))))) 1745 "1v1mw6599afdcmf5dal7zvjbl3caibkzmlw7kka71vi56pdzxy05")))))
1746 (home-page "https://www.iana.org/time-zones") 1746 (home-page "https://www.iana.org/time-zones")
1747 (synopsis "Database of current and historical time zones") 1747 (synopsis "Database of current and historical time zones")
1748 (description "The Time Zone Database (often called tz or zoneinfo) 1748 (description "The Time Zone Database (often called tz or zoneinfo)