From f23b8893bb7cac2090dcc5ce2dd630fdf3d252b8 Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Fri, 19 Jan 2024 20:36:55 +0800 Subject: gnu: tzdata: Update to 2023d. * gnu/packages/base.scm (tzdata): Update to 2023d. [inputs]: update tzcode. Change-Id: I54618cb6fedbed3c14a239d2d18a58938f331b51 Signed-off-by: Maxim Cournoyer --- gnu/packages/base.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gnu/packages/base.scm') diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 521cb68876..42d585de9b 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -23,6 +23,7 @@ ;;; Copyright © 2022 zamfofex ;;; Copyright © 2022 John Kehayias ;;; Copyright © 2023 Josselin Poiret +;;; Copyright © 2024 Zheng Junjie <873216071@qq.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -1644,7 +1645,7 @@ command.") (name "tzdata") ;; This package should be kept in sync with python-pytz and python-tzdata ;; in (gnu packages time). - (version "2022a") + (version "2023d") (source (origin (method url-fetch) (uri (string-append @@ -1652,7 +1653,7 @@ command.") version ".tar.gz")) (sha256 (base32 - "0r0nhwpk9nyxj5kkvjy58nr5d85568m04dcb69c4y3zmykczyzzg")))) + "1wq858ip55ijnlrffnnadq7vw0x93ywxghgfxh68r2qa1fbj3jnv")))) (build-system gnu-build-system) (arguments (list #:tests? #f @@ -1720,7 +1721,7 @@ command.") version ".tar.gz")) (sha256 (base32 - "1iysv8fdkm79k8wh8jizmjmq075q4qjhk090vxjy57my6dz5wmzq"))))) + "07hn7hn2klw4dfyr673ril2nrk18198hbfv25gljsvc833hzk9g9"))))) (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) -- cgit 1.4.1