From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 01/11] gnu: python-certifi: Update to 2016.8.31. Date: Sun, 25 Sep 2016 14:03:40 -0400 Message-ID: <20160925180340.GA10837@jasmine> References: <20160913013827.25877-1-ng0@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38550) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boDmO-00045Y-UZ for guix-devel@gnu.org; Sun, 25 Sep 2016 14:03:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1boDmI-00024C-V6 for guix-devel@gnu.org; Sun, 25 Sep 2016 14:03:55 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:45308) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boDmH-0001wt-6T for guix-devel@gnu.org; Sun, 25 Sep 2016 14:03:50 -0400 Content-Disposition: inline In-Reply-To: <20160913013827.25877-1-ng0@we.make.ritual.n0.is> 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" To: ng0 Cc: guix-devel@gnu.org On Tue, Sep 13, 2016 at 01:38:17AM +0000, ng0 wrote: > * gnu/packages/python.scm (python-certifi): Update to 2016.8.31. LGTM > --- > gnu/packages/python.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index b839f22..3f1f59d 100644 > --- a/gnu/packages/python.scm > +++ b/gnu/packages/python.scm > @@ -2168,13 +2168,13 @@ files.") > (define-public python-certifi > (package > (name "python-certifi") > - (version "2015.11.20.1") > + (version "2016.8.31") > (source (origin > (method url-fetch) > (uri (pypi-uri "certifi" version)) > (sha256 > (base32 > - "05lgwf9rz1kn465azy2bpb3zmpnsn9gkypbhnjlclchv98ssgc1h")))) > + "06c9dcyv8ss050gkv5xjivbxhm6qm0s9vzy4r33wqabgv118lw7p")))) > (build-system python-build-system) > (inputs > `(("python-setuptools" ,python-setuptools))) > -- > 2.10.0 > >