From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:52345) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1izcJT-0000UQ-UG for guix-patches@gnu.org; Thu, 06 Feb 2020 03:15:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1izcJS-0003xo-VH for guix-patches@gnu.org; Thu, 06 Feb 2020 03:15:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:41067) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1izcJS-0003w4-Rp for guix-patches@gnu.org; Thu, 06 Feb 2020 03:15:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1izcJS-0007Ey-ML for guix-patches@gnu.org; Thu, 06 Feb 2020 03:15:02 -0500 Subject: [bug#39450] [PATCH] gnu: python-pip: Update to 20.0.2. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:51783) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1izcIX-0000Qu-4y for guix-patches@gnu.org; Thu, 06 Feb 2020 03:14:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1izcIV-0000cY-T3 for guix-patches@gnu.org; Thu, 06 Feb 2020 03:14:05 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:37071) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1izcIV-0000TF-N3 for guix-patches@gnu.org; Thu, 06 Feb 2020 03:14:03 -0500 From: Tanguy Le Carrour Date: Thu, 6 Feb 2020 09:13:45 +0100 Message-Id: <20200206081345.5709-1-tanguy@bioneland.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 39450@debbugs.gnu.org Cc: Tanguy Le Carrour * gnu/packages/python-xyz.scm (python-pip): Update to 20.0.2. --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index dcc1595446..2faf022934 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7389,14 +7389,14 @@ responses, rather than doing any computation.") (define-public python-pip (package (name "python-pip") - (version "19.2.1") + (version "20.0.2") (source (origin (method url-fetch) (uri (pypi-uri "pip" version)) (sha256 (base32 - "100sd12ss4mbdj5lf3wawad29cm573b27765mq098x6xhcj71395")))) + "0zwnlsjn6mb742cr995zfbk9v56ygxp8w3k49601r9by9kmcic3x")))) (build-system python-build-system) (arguments '(#:tests? #f)) ; there are no tests in the pypi archive. -- 2.25.0