From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42291) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ieYyB-0001oR-6u for guix-patches@gnu.org; Tue, 10 Dec 2019 01:26:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ieYyA-0005La-2O for guix-patches@gnu.org; Tue, 10 Dec 2019 01:26:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48824) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ieYy9-0005LV-Ud for guix-patches@gnu.org; Tue, 10 Dec 2019 01:26:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ieYy9-0001Sp-SV for guix-patches@gnu.org; Tue, 10 Dec 2019 01:26:01 -0500 Subject: bug#35955: [PATCH] gnu: python-pytz: Update to 2019.1 Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Brett Gilio References: <20190528124759.5049-1-h.nasajpour@pantherx.org> Date: Tue, 10 Dec 2019 00:25:17 -0600 In-Reply-To: <20190528124759.5049-1-h.nasajpour@pantherx.org> (h. nasajpour's message of "Tue, 28 May 2019 17:17:59 +0430") Message-ID: <878snklmsy.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: "h.nasajpour" Cc: 35955-done@debbugs.gnu.org "h.nasajpour" writes: > * gnu/packages/time.scm (python-pytz): Update to 2019.1 > --- > gnu/packages/time.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm > index 747e4cf080..9bbfe07803 100644 > --- a/gnu/packages/time.scm > +++ b/gnu/packages/time.scm > @@ -92,14 +92,14 @@ to a file.") > (define-public python-pytz > (package > (name "python-pytz") > - (version "2018.5") > + (version "2019.1") > (source > (origin > (method url-fetch) > (uri (pypi-uri "pytz" version ".tar.gz")) > (sha256 > (base32 > - "0xzj5gkpdn2da8m6j47chlp6zrzcypv9m0fjv4236q3jw4fyzfgz")))) > + "0hg1r2c41gnmljdsdmdgy6kb1zkfmxsf49imd96g8znp4cyxsiyp")))) > (build-system python-build-system) > (home-page "http://pythonhosted.org/pytz") > (synopsis "Python timezone library") Closing as 71c08ee60bb3f62bac0614888fb62405f7a388ab reflects this change from 2019-06-18. Thanks! -- Brett M. Gilio Homepage -- https://scm.pw/ GNU Guix -- https://guix.gnu.org/