guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: tzdata: Update to 2021a.


From: guix-commits
Subject: 01/04: gnu: tzdata: Update to 2021a.
Date: Tue, 23 Mar 2021 01:20:19 -0400 (EDT)

lfam pushed a commit to branch wip-next-release
in repository guix.

commit 944a26a28d43985a17055ed1c2a360cb0ec5e079
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Sun Feb 7 13:11:47 2021 +0100

    gnu: tzdata: Update to 2021a.
    
    * gnu/packages/base.scm (tzdata): Update to 2021a.
    [inputs]: Update tzcode.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/base.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 9aa69cf..91692e0 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1244,7 +1244,9 @@ command.")
 (define-public tzdata
   (package
     (name "tzdata")
-    (version "2020f")
+    ;; This package should be kept in sync with python-pytz in (gnu packages
+    ;; time).
+    (version "2021a")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -1252,7 +1254,7 @@ command.")
                    version ".tar.gz"))
              (sha256
               (base32
-               "10b8cr55x6ji14n3kqkn3avj1s9b79b8gszh81fxrrisij8k248j"))))
+               "022fn6gkmp7pamlgab04x0dm5hnyn2m2fcnyr3pvm36612xd5rrr"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f
@@ -1312,7 +1314,7 @@ command.")
                                 version ".tar.gz"))
                           (sha256
                            (base32
-                            
"1i998crd9fxdfhv4jd241j1arx0ng7j7cvczpmj4y5j5fwmfmvng"))))))
+                            
"1l02b0jiwp3fl0xd6227i69d26rmx3yrnq0ssq9vvdmm4jhvyipb"))))))
     (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]