From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: [PATCH 01/11] gnu: python-certifi: Update to 2016.8.31. Date: Tue, 13 Sep 2016 01:38:17 +0000 Message-ID: <20160913013827.25877-1-ng0@we.make.ritual.n0.is> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjcgJ-0000sX-SE for guix-devel@gnu.org; Mon, 12 Sep 2016 21:38:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjcgG-0000b7-Lq for guix-devel@gnu.org; Mon, 12 Sep 2016 21:38:39 -0400 Received: from aibo.runbox.com ([91.220.196.211]:37082) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjcgG-0000aN-Eg for guix-devel@gnu.org; Mon, 12 Sep 2016 21:38:36 -0400 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1bjcgE-0000lO-46 for guix-devel@gnu.org; Tue, 13 Sep 2016 03:38:34 +0200 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: guix-devel@gnu.org * gnu/packages/python.scm (python-certifi): Update to 2016.8.31. --- 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