guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: tzdata: Update to 2020d.


From: guix-commits
Subject: 02/02: gnu: tzdata: Update to 2020d.
Date: Sat, 7 Nov 2020 14:12:01 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 052939c2f6e36de00a5e756ea29a4cc96884a55d
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Nov 7 20:10:23 2020 +0100

    gnu: tzdata: Update to 2020d.
    
    * gnu/packages/base.scm (tzdata): Update to 2020d.
---
 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 1e3f0f1..47fca7c 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1229,7 +1229,7 @@ command.")
 (define-public tzdata
   (package
     (name "tzdata")
-    (version "2020b")
+    (version "2020d")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -1237,7 +1237,7 @@ command.")
                    version ".tar.gz"))
              (sha256
               (base32
-               "02g88pbw82zr36x9dz5ib4sq6bfq253yx5hbhnfyhp143naky1cv"))))
+               "1wxskk9mh1x2073n99qna2mq58mgi648mbq5dxlqfcrnvrbkk0cd"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f
@@ -1297,7 +1297,7 @@ command.")
                                 version ".tar.gz"))
                           (sha256
                            (base32
-                            
"1nj3zvqpy5lm6w365p9ynz4i5arq4fiy8ldq55v4z9p49nagivs7"))))))
+                            
"1mgsckixmmk9qxzsflfxnp3999qi3ls72bgksclk01g852x51w3c"))))))
     (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]