guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: tzdata: Update to 2021a.


From: guix-commits
Subject: 02/02: gnu: tzdata: Update to 2021a.
Date: Tue, 9 Feb 2021 15:20:09 -0500 (EST)

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

commit 43fb46c831ff6d45c457314ce4bf680f753ff31f
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.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 9aa69cf..5733edb 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1244,7 +1244,7 @@ command.")
 (define-public tzdata
   (package
     (name "tzdata")
-    (version "2020f")
+    (version "2021a")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -1252,7 +1252,7 @@ command.")
                    version ".tar.gz"))
              (sha256
               (base32
-               "10b8cr55x6ji14n3kqkn3avj1s9b79b8gszh81fxrrisij8k248j"))))
+               "022fn6gkmp7pamlgab04x0dm5hnyn2m2fcnyr3pvm36612xd5rrr"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f
@@ -1312,7 +1312,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]