guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: tzdata: Update to 2018d.


From: Leo Famulari
Subject: 01/01: gnu: tzdata: Update to 2018d.
Date: Thu, 29 Mar 2018 20:18:50 -0400 (EDT)

lfam pushed a commit to branch core-updates
in repository guix.

commit 9b018ada1350d4cc1bf152d149fe064cef3b58ee
Author: Leo Famulari <address@hidden>
Date:   Thu Mar 29 16:34:54 2018 -0400

    gnu: tzdata: Update to 2018d.
    
    * gnu/packages/base.scm (tzdata): Update to 2018d.
---
 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 e09af51..adab0e1 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1105,7 +1105,7 @@ command.")
 (define-public tzdata
   (package
     (name "tzdata")
-    (version "2018c")
+    (version "2018d")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -1113,7 +1113,7 @@ command.")
                    version ".tar.gz"))
              (sha256
               (base32
-               "1xik57rdi7kqa0wb5jbz7vyjyxpr88lw1g4kscj0ylpgnzjc6998"))))
+               "0m6020dnk9r40z7k36jp13fa06xip3hn0fdx3nly66jzxgffs1ji"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f
@@ -1163,7 +1163,7 @@ command.")
                                 version ".tar.gz"))
                           (sha256
                            (base32
-                            
"0rg6s1vlgwd8sjhla55hx2h5m2xbx0shm347pkbg4vsaz707zyii"))))))
+                            
"1nd882yhsazmcfqmcqyfig3axycryl30gmizgqhqsx5dpa2lxr3x"))))))
     (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]