guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: tzdata: Update to 2022a.


From: guix-commits
Subject: 01/02: gnu: tzdata: Update to 2022a.
Date: Sun, 8 May 2022 00:12:11 -0400 (EDT)

lfam pushed a commit to branch staging
in repository guix.

commit 68db3efbe1877c5f096a0afb7edd7e2681b3ea33
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sun May 8 00:08:45 2022 -0400

    gnu: tzdata: Update to 2022a.
    
    * gnu/packages/base.scm (tzdata): Update to 2022a.
---
 gnu/packages/base.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index c3b33e3751..5d9db0746d 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1241,7 +1241,7 @@ command.")
     (name "tzdata")
     ;; This package should be kept in sync with python-pytz in (gnu packages
     ;; time).
-    (version "2021e")
+    (version "2022a")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -1249,7 +1249,7 @@ command.")
                    version ".tar.gz"))
              (sha256
               (base32
-               "1cdjdcxl0s9xf0dg1z64kh7llm80byxqlzrkkjzcdlyh6yvl5v07"))))
+               "0r0nhwpk9nyxj5kkvjy58nr5d85568m04dcb69c4y3zmykczyzzg"))))
     (build-system gnu-build-system)
     (arguments
      (list #:tests? #f
@@ -1317,7 +1317,7 @@ command.")
                           version ".tar.gz"))
                     (sha256
                      (base32
-                      
"0x8pcfmjvxk29yfh8bklchv2f0vpl4yih0gc4wyx292l78wncijq")))))
+                      
"1iysv8fdkm79k8wh8jizmjmq075q4qjhk090vxjy57my6dz5wmzq")))))
     (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]