guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: tzdata: Update to 2019a.


From: guix-commits
Subject: 04/08: gnu: tzdata: Update to 2019a.
Date: Sun, 31 Mar 2019 19:47:46 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 41af23dbf4e770eb866e15bf3b700e204d9f53a9
Author: Marius Bakke <address@hidden>
Date:   Sun Mar 31 20:18:00 2019 +0200

    gnu: tzdata: Update to 2019a.
    
    * gnu/packages/base.scm (tzdata): Update to 2019a.
---
 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 91f8b03..e33e3c5 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1157,7 +1157,7 @@ command.")
 (define-public tzdata
   (package
     (name "tzdata")
-    (version "2018i")
+    (version "2019a")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -1165,7 +1165,7 @@ command.")
                    version ".tar.gz"))
              (sha256
               (base32
-               "1n80ih8agibagic401smqscz3xxqvs5bm5x3lk803g539kw5xi42"))))
+               "0wlpqm4asvi0waaz24xj20iq40gqfypmb4nldjhkfgm09bgnsdlh"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f
@@ -1215,7 +1215,7 @@ command.")
                                 version ".tar.gz"))
                           (sha256
                            (base32
-                            
"1p1jxlnryaxknj0l768h3dmlk2jpqz5n5d24w9c9vyx6dj3xpb5a"))))))
+                            
"1x9z8fpgnhzlsnps0hamb54ymaskjab7ys9m4i4gpk9hpiig2fc7"))))))
     (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]