[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
77/142: gnu: tzdata: Update to 2021c.
From: |
guix-commits |
Subject: |
77/142: gnu: tzdata: Update to 2021c. |
Date: |
Wed, 20 Oct 2021 14:56:43 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit eff050d41cde9e433b056c10bb8a79d31e9dfbbb
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Oct 4 19:14:09 2021 -0400
gnu: tzdata: Update to 2021c.
* gnu/packages/base.scm (tzdata, tzdata-for-tests): Update to 2021c.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/base.scm | 32 +++++++-------------------------
1 file changed, 7 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 68f238a..992357f 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1228,7 +1228,7 @@ command.")
(name "tzdata")
;; This package should be kept in sync with python-pytz in (gnu packages
;; time).
- (version "2021a")
+ (version "2021c")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1236,7 +1236,7 @@ command.")
version ".tar.gz"))
(sha256
(base32
- "022fn6gkmp7pamlgab04x0dm5hnyn2m2fcnyr3pvm36612xd5rrr"))))
+ "0himprzx3ahxkmg4rvp8n5lqry76qzc65j6sfq151hqirg4d3wdl"))))
(build-system gnu-build-system)
(arguments
(list #:tests? #f
@@ -1304,7 +1304,7 @@ command.")
version ".tar.gz"))
(sha256
(base32
-
"1l02b0jiwp3fl0xd6227i69d26rmx3yrnq0ssq9vvdmm4jhvyipb")))))
+
"01fsa661vzdij46z286pa8q07cppqz29sr2pf0qqldqpldbb6km3")))))
(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)
@@ -1319,28 +1319,10 @@ and daylight-saving rules.")
;;; 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
- (hidden-package
- (package
- (inherit tzdata)
- (version "2021a")
- (source (origin
- (method url-fetch)
- (uri (string-append
- "https://data.iana.org/time-zones/releases/tzdata";
- version ".tar.gz"))
- (sha256
- (base32
- "022fn6gkmp7pamlgab04x0dm5hnyn2m2fcnyr3pvm36612xd5rrr"))))
- (inputs
- (list (origin
- (method url-fetch)
- (uri (string-append
- "https://data.iana.org/time-zones/releases/tzcode";
- version ".tar.gz"))
- (sha256
- (base32
- "1l02b0jiwp3fl0xd6227i69d26rmx3yrnq0ssq9vvdmm4jhvyipb"))))))))
+;;;
+;;; Please make this a hidden-package if it is different from the primary
tzdata
+;;; package.
+(define-public tzdata-for-tests tzdata)
(define-public libiconv
(package
- 141/142: gnu: gawk: Use regular bash to cope with test suite failures., (continued)
- 141/142: gnu: gawk: Use regular bash to cope with test suite failures., guix-commits, 2021/10/20
- 104/142: build: glib-or-gtk-build-system: Fix indentation., guix-commits, 2021/10/20
- 08/142: gnu: gtk+: Add a debug output., guix-commits, 2021/10/20
- 17/142: gnu: mutter: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/20
- 29/142: gnu: e2fsprogs: Update to 1.46.2., guix-commits, 2021/10/20
- 47/142: gnu: gst-editing-services: Update to 1.19.2., guix-commits, 2021/10/20
- 57/142: gnu: Add a missing copyright., guix-commits, 2021/10/20
- 60/142: gnu: gstreamer: Update to 1.18.5., guix-commits, 2021/10/20
- 63/142: gnu: gst-plugins-bad: Update to 1.18.5., guix-commits, 2021/10/20
- 73/142: bluez: Update to 5.61., guix-commits, 2021/10/20
- 77/142: gnu: tzdata: Update to 2021c.,
guix-commits <=
- 85/142: gnu: Add ld-gold-wrapper., guix-commits, 2021/10/20
- 88/142: guix: packages: Fix repacking of plain tarballs., guix-commits, 2021/10/20
- 89/142: aux-files: sitecustomize: Cleanup and add explanatory comments., guix-commits, 2021/10/20
- 94/142: gnu: fontconfig: Add a search path for XDG_DATA_DIRS., guix-commits, 2021/10/20
- 91/142: gnu: rust: Bootstrap rust from 1.39.0 and optimize build time., guix-commits, 2021/10/20
- 116/142: gnu: mesa: Update to 21.2.4., guix-commits, 2021/10/20
- 109/142: gnu: json-glib-minimal: Introduce minimal variant., guix-commits, 2021/10/20
- 119/142: gnu: openssl: Absorb 1.1.1l graft., guix-commits, 2021/10/20
- 132/142: gnu: webkitgtk: Add a debug output., guix-commits, 2021/10/20
- 21/142: gnu: gst-plugins-base: Enable more features., guix-commits, 2021/10/20