[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)
- branch staging updated (7c86fdd -> 411c27e), guix-commits, 2019/03/31
- 02/08: gnu: Remove gtk+/fixed., guix-commits, 2019/03/31
- 04/08: gnu: tzdata: Update to 2019a.,
guix-commits <=
- 03/08: gnu: evolution-data-server: Remove obsolete phase., guix-commits, 2019/03/31
- 05/08: gnu: ImageMagick: Update to 6.9.10-35., guix-commits, 2019/03/31
- 01/08: Merge branch 'master' into staging, guix-commits, 2019/03/31
- 06/08: gnu: cups-filters: Update to 1.22.3., guix-commits, 2019/03/31
- 07/08: gnu: libinput: Do not propagate any inputs., guix-commits, 2019/03/31
- 08/08: gnu: libinput: Update to 1.13.0., guix-commits, 2019/03/31