From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: [PATCH] gnu: tzdata: Upgrade to 2014j. Date: Fri, 05 Dec 2014 16:08:16 +0300 Message-ID: <87k326dz27.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59395) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwscR-0006S2-Dl for guix-devel@gnu.org; Fri, 05 Dec 2014 08:08:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwscN-00060y-BN for guix-devel@gnu.org; Fri, 05 Dec 2014 08:08:23 -0500 Received: from mail-la0-x230.google.com ([2a00:1450:4010:c03::230]:52389) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwscM-00060n-VH for guix-devel@gnu.org; Fri, 05 Dec 2014 08:08:19 -0500 Received: by mail-la0-f48.google.com with SMTP id gf13so625639lab.35 for ; Fri, 05 Dec 2014 05:08:18 -0800 (PST) Received: from leviafan (128-74-166-79.broadband.corbina.ru. [128.74.166.79]) by mx.google.com with ESMTPSA id vr7sm8319387lbb.21.2014.12.05.05.08.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 05 Dec 2014 05:08:17 -0800 (PST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org --=-=-= Content-Type: text/plain If I understand correctly this upgrade should be pushed into core-updates, right? --=-=-= Content-Type: text/x-diff; charset=utf-8 Content-Disposition: attachment; filename=0001-gnu-tzdata-Upgrade-to-2014j.patch Content-Transfer-Encoding: quoted-printable >From f413da0721cbf8558a692f2707bcf9cb778def58 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Fri, 5 Dec 2014 15:59:00 +0300 Subject: [PATCH] gnu: tzdata: Upgrade to 2014j. --- gnu/packages/base.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 4f28306..85e92aa 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -3,6 +3,7 @@ ;;; Copyright =C2=A9 2014 Andreas Enge ;;; Copyright =C2=A9 2012 Nikita Karetnikov ;;; Copyright =C2=A9 2014 Mark H Weaver +;;; Copyright =C2=A9 2014 Alex Kost ;;; ;;; This file is part of GNU Guix. ;;; @@ -502,7 +503,7 @@ with the Linux kernel.") (define-public tzdata (package (name "tzdata") - (version "2014a") + (version "2014j") (source (origin (method url-fetch) (uri (string-append @@ -510,7 +511,7 @@ with the Linux kernel.") version ".tar.gz")) (sha256 (base32 - "1cg843ajz4g16axpz56zvalwsbp1s764na2bk4fb44ayx162bzvw")))) + "038fvj6zf51k6z9sbbxbj87ajaf69l3whal2vwshbm4l0qr71n52")))) (build-system gnu-build-system) (arguments '(#:tests? #f @@ -557,7 +558,7 @@ with the Linux kernel.") version ".tar.gz")) (sha256 (base32 - "1xfkqi1q8cnxqbv8azdj5pqlzhkjz6xag09f1z0s8rxi8= 6jkpf85")))))) + "1qpd12imy7q5hb5fhk48mfw65s0xlrkmms0zr2gk0mj88= qjn3m3z")))))) (home-page "http://www.iana.org/time-zones") (synopsis "Database of current and historical time zones") (description "The Time Zone Database (often called tz or zoneinfo) --=20 2.1.3 --=-=-=--