guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: tzdata-for-tests: Update to 2017c.


From: Leo Famulari
Subject: 03/03: gnu: tzdata-for-tests: Update to 2017c.
Date: Sat, 4 Nov 2017 10:33:04 -0400 (EDT)

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

commit 75aea16fb0ef03424d8a366e29987aaba4c4cb64
Author: Leo Famulari <address@hidden>
Date:   Fri Nov 3 08:10:47 2017 -0400

    gnu: tzdata-for-tests: Update to 2017c.
    
    * gnu/packages/base.scm (tzdata-for-tests): Make it a 'hidden-package' and
    update to 2017c.
---
 gnu/packages/base.scm | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 109e9b6..f6bc440 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1122,13 +1122,14 @@ reflect changes made by political bodies to time zone 
boundaries, UTC offsets,
 and daylight-saving rules.")
     (license public-domain)))
 
-;;; A "fixed" version of tzdata, which is used in the test suites of
-;;; glib and R. We can update this whenever we are able to rebuild
-;;; thousands of packages (for example, in a core-updates rebuild).
+;;; A "fixed" version of tzdata, which is used in the test suites of glib and R
+;;; and a few other places. We can update this whenever we are able to rebuild
+;;; thousands of packages (for example, in a core-updates rebuild). This 
package
+;;; will typically be obsolete and should never be referred to by a built
+;;; package.
 (define-public tzdata-for-tests
-  (package
-    (inherit tzdata)
-    (version "2017a")
+  (hidden-package (package (inherit tzdata)
+    (version "2017c")
     (source
       (origin
         (method url-fetch)
@@ -1136,7 +1137,7 @@ and daylight-saving rules.")
                             "/releases/tzdata" version ".tar.gz"))
         (sha256
          (base32
-          "1mmv4rvcs12lrvgghw4fidczvb69yv69cmzknghcvw1c196mqfnz"))))
+          "02yrrfj0p7ar885ja41ylijzbr8wc6kz6kzlw8c670i9m693ym6n"))))
     (inputs `(("tzcode" ,(origin
                           (method url-fetch)
                           (uri (string-append
@@ -1144,7 +1145,7 @@ and daylight-saving rules.")
                                 version ".tar.gz"))
                           (sha256
                            (base32
-                            
"1b1q7gnlsh5hjgs5065pvajd37rmbc3k9b8cgzad1vcrifswdwh2"))))))))
+                            
"1dvrq0b2hz7cjqdyd7x21wpy4qcng3rvysr61ij0c2g64fyb9s41")))))))))
 
 
 (define-public libiconv



reply via email to

[Prev in Thread] Current Thread [Next in Thread]