From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:51251) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVdJH-000578-Sj for guix-patches@gnu.org; Tue, 28 May 2019 10:42:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVdJA-0002DL-Hx for guix-patches@gnu.org; Tue, 28 May 2019 10:42:39 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43247) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hVdIr-00021n-5i for guix-patches@gnu.org; Tue, 28 May 2019 10:42:16 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hVdIr-0001kr-1l for guix-patches@gnu.org; Tue, 28 May 2019 10:42:13 -0400 Subject: [bug#35955] [PATCH] gnu: python-pytz: Update to 2019.1 Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:55736) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVbWw-0004WO-88 for guix-patches@gnu.org; Tue, 28 May 2019 08:48:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVbWv-0005Ir-DE for guix-patches@gnu.org; Tue, 28 May 2019 08:48:38 -0400 Received: from 37.59.236.227.rdns.hasaserver.com ([37.59.236.227]:53788 helo=hamzeh-VirtualBox.Home) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVbWv-0005Hb-2x for guix-patches@gnu.org; Tue, 28 May 2019 08:48:37 -0400 From: "h.nasajpour" Date: Tue, 28 May 2019 17:17:59 +0430 Message-Id: <20190528124759.5049-1-h.nasajpour@pantherx.org> In-Reply-To: References: 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: 35955@debbugs.gnu.org Cc: "h.nasajpour" * 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") -- 2.17.1