[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch staging updated: gnu: tzdata: Update to 2020f.
From: |
guix-commits |
Subject: |
branch staging updated: gnu: tzdata: Update to 2020f. |
Date: |
Thu, 07 Jan 2021 15:38:04 -0500 |
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 87eaa42 gnu: tzdata: Update to 2020f.
87eaa42 is described below
commit 87eaa4207208e16e5e1b22b60ba4ff5c3d035023
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Jan 7 15:37:07 2021 -0500
gnu: tzdata: Update to 2020f.
* gnu/packages/base.scm (tzdata): Update to 2020f.
[inputs]: Update tzcode.
---
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 47fca7c..aba73b0 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1229,7 +1229,7 @@ command.")
(define-public tzdata
(package
(name "tzdata")
- (version "2020d")
+ (version "2020f")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1237,7 +1237,7 @@ command.")
version ".tar.gz"))
(sha256
(base32
- "1wxskk9mh1x2073n99qna2mq58mgi648mbq5dxlqfcrnvrbkk0cd"))))
+ "10b8cr55x6ji14n3kqkn3avj1s9b79b8gszh81fxrrisij8k248j"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f
@@ -1297,7 +1297,7 @@ command.")
version ".tar.gz"))
(sha256
(base32
-
"1mgsckixmmk9qxzsflfxnp3999qi3ls72bgksclk01g852x51w3c"))))))
+
"1i998crd9fxdfhv4jd241j1arx0ng7j7cvczpmj4y5j5fwmfmvng"))))))
(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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch staging updated: gnu: tzdata: Update to 2020f.,
guix-commits <=