From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id CMceF30r0V/yKAAA0tVLHw (envelope-from ) for ; Wed, 09 Dec 2020 19:54:37 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id KD3dEn0r0V/DcwAAbx9fmQ (envelope-from ) for ; Wed, 09 Dec 2020 19:54:37 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 1FC9194011A for ; Wed, 9 Dec 2020 19:54:37 +0000 (UTC) Received: from localhost ([::1]:43912 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kn5Xn-0004t4-Ut for larch@yhetil.org; Wed, 09 Dec 2020 14:54:36 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:42240) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kn5Jj-0007UJ-21 for guix-patches@gnu.org; Wed, 09 Dec 2020 14:40:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:52879) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kn5Ji-0002vN-QD for guix-patches@gnu.org; Wed, 09 Dec 2020 14:40:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kn5Ji-0004iI-GU for guix-patches@gnu.org; Wed, 09 Dec 2020 14:40:02 -0500 Subject: bug#40807: [PATCH] gnu: tzdata: Update to 2020a. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 09 Dec 2020 19:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 40807 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 40807-done@debbugs.gnu.org Mail-Followup-To: 40807@debbugs.gnu.org, mail@cbaines.net, leo@famulari.name Received: via spool by 40807-done@debbugs.gnu.org id=D40807.160754275718054 (code D ref 40807); Wed, 09 Dec 2020 19:40:02 +0000 Received: (at 40807-done) by debbugs.gnu.org; 9 Dec 2020 19:39:17 +0000 Received: from localhost ([127.0.0.1]:36190 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kn5Iz-0004h8-CT for submit@debbugs.gnu.org; Wed, 09 Dec 2020 14:39:17 -0500 Received: from mira.cbaines.net ([212.71.252.8]:40576) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kn5Ix-0004gy-Bt for 40807-done@debbugs.gnu.org; Wed, 09 Dec 2020 14:39:15 -0500 Received: from localhost (188.28.127.185.threembb.co.uk [188.28.127.185]) by mira.cbaines.net (Postfix) with ESMTPSA id D4FF027BC02 for <40807-done@debbugs.gnu.org>; Wed, 9 Dec 2020 19:39:14 +0000 (GMT) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 4fe63564 for <40807-done@debbugs.gnu.org>; Wed, 9 Dec 2020 19:39:12 +0000 (UTC) References: User-agent: mu4e 1.4.13; emacs 27.1 From: Christopher Baines In-reply-to: Date: Wed, 09 Dec 2020 19:39:12 +0000 Message-ID: <87k0tq4vmn.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.90 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 1FC9194011A X-Spam-Score: -2.90 X-Migadu-Scanner: scn1.migadu.com X-TUID: o/X7rJ/0eBBh --=-=-= Content-Type: text/plain Leo Famulari writes: > * gnu/packages/base.scm (tzdata): Update to 2020a. > --- > 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 a49ea25196..715c4547ad 100644 > --- a/gnu/packages/base.scm > +++ b/gnu/packages/base.scm > @@ -1198,7 +1198,7 @@ command.") > (define-public tzdata > (package > (name "tzdata") > - (version "2019c") > + (version "2020a") > (source (origin > (method url-fetch) > (uri (string-append > @@ -1206,7 +1206,7 @@ command.") > version ".tar.gz")) > (sha256 > (base32 > - "0z7w1yv37cfk8yhix2cillam091vgp1j4g8fv84261q9mdnq1ivr")))) > + "18lrp0zh8m931jjlrv8lvjas4ka5dfkzdbwnbw5lwd2dlbn62wal")))) > (build-system gnu-build-system) > (arguments > '(#:tests? #f > @@ -1256,7 +1256,7 @@ command.") > version ".tar.gz")) > (sha256 > (base32 > - "1m3y2rnf1nggxxhxplab5zdd5whvar3ijyrv7lifvm82irkd7szn")))))) > + "0sfnlqw1p93r7klny69rwr94fh22mz632h52phgzfgg01q9gfakx")))))) > (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) Looks like this was pushed as 492b82bd4d592276e65c4b9bfbe1b679a00ff09f. Closing! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl/RJ+BfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XfH5g/7BAbAWPNas1/NKTnfadsUvipJx4J0+GEQ wwdsnOX8MSczfI52NXBWAjM8AkP8+/J3eGmA6mZHeLnJJ3P4CTg48mqbBgkWnUqe gsC0vVkNhC6WBkO3+t8AklBhzxcNv5FvkIwM8RxkXN9z1ZqFCbiFI2e9TXZtGR5v ePNO3sNvrbL0xUMMYDILnLKEpTGx7A/QmxV3afVbFQhKeoEJraY0cm2L0JiB3D36 bncpyvGOTfPyBONBxEYkvlqYZq/o/EWX1UoI0bSnkQVw5K8e1iaz3YcXeVP+BV5C EjnHo7ZhtXDIU8C15+MDATWnSPBQMzTQAgk7hyavl35fuFaJma4hPjk48N+g+XOz eAtgKN9AbUaDp54iWD69EdSC/jVXpQYvYLmJ7QREigATBhnp3xszaDUrtNvAsMLG 0/RHljnqSWRvHG1rcoC2BsXQvfdWjAfQP11SBUx4Ry72xdJGi0Ze3lLZnKVBaDke dZJaM8G4MoE+eK7ZXaCd4YQP5TFt7nw5JmSILCmv8G2Vn+RLQ6U1BsD4iCdN/2iq GgCwd3pKNUBtw7zTTuTYoGjPqc4Sv0YE92sImA5vUCR0X6e8YfEZKa54PPcmKQho tDaCQMfMtKxDGF5BlW33biODbgEOekq3Pos5NoixNx1qYchIO6YkWhk80siPOFaO dtTVhneEAuA= =hr1b -----END PGP SIGNATURE----- --=-=-=--