guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/75: gnu: tzdata: Update to 2023d.


From: guix-commits
Subject: 06/75: gnu: tzdata: Update to 2023d.
Date: Sun, 21 Jan 2024 13:21:40 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 6d636c8ca9f747aab2928dee161e5b7d8c6e43ec
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri Jan 19 20:36:55 2024 +0800

    gnu: tzdata: Update to 2023d.
    
    * gnu/packages/base.scm (tzdata): Update to 2023d.
    [inputs]: update tzcode.
    
    Change-Id: I54618cb6fedbed3c14a239d2d18a58938f331b51
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/base.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 1270184f12..deda116964 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -23,6 +23,7 @@
 ;;; Copyright © 2022 zamfofex <zamfofex@twdb.moe>
 ;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
 ;;; Copyright © 2023 Josselin Poiret <dev@jpoiret.xyz>
+;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1586,7 +1587,7 @@ command.")
     (name "tzdata")
     ;; This package should be kept in sync with python-pytz in (gnu packages
     ;; time).
-    (version "2022a")
+    (version "2023d")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -1594,7 +1595,7 @@ command.")
                    version ".tar.gz"))
              (sha256
               (base32
-               "0r0nhwpk9nyxj5kkvjy58nr5d85568m04dcb69c4y3zmykczyzzg"))))
+               "1wq858ip55ijnlrffnnadq7vw0x93ywxghgfxh68r2qa1fbj3jnv"))))
     (build-system gnu-build-system)
     (arguments
      (list #:tests? #f
@@ -1662,7 +1663,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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]