guix-commits
[Top][All Lists]
Advanced

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

branch staging updated: gnu: tzdata: Update to 2020a.


From: guix-commits
Subject: branch staging updated: gnu: tzdata: Update to 2020a.
Date: Sun, 26 Apr 2020 14:14:22 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new 492b82b  gnu: tzdata: Update to 2020a.
492b82b is described below

commit 492b82bd4d592276e65c4b9bfbe1b679a00ff09f
Author: Leo Famulari <address@hidden>
AuthorDate: Fri Apr 24 01:12:46 2020 -0400

    gnu: tzdata: Update to 2020a.
    
    * gnu/packages/base.scm (tzdata): Update to 2020a.
---
 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 a49ea25..715c454 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1198,7 +1198,7 @@ command.")
 (define-public tzdata
   (package
     (name "tzdata")
-    (version "2019c")
+    (version "2020a")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -1206,7 +1206,7 @@ command.")
                    version ".tar.gz"))
              (sha256
               (base32
-               "0z7w1yv37cfk8yhix2cillam091vgp1j4g8fv84261q9mdnq1ivr"))))
+               "18lrp0zh8m931jjlrv8lvjas4ka5dfkzdbwnbw5lwd2dlbn62wal"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f
@@ -1256,7 +1256,7 @@ command.")
                                 version ".tar.gz"))
                           (sha256
                            (base32
-                            
"1m3y2rnf1nggxxhxplab5zdd5whvar3ijyrv7lifvm82irkd7szn"))))))
+                            
"0sfnlqw1p93r7klny69rwr94fh22mz632h52phgzfgg01q9gfakx"))))))
     (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]