From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: [PATCH 04/11] gnu: python-ndg-httpsclient: Update to 0.4.2. Date: Tue, 13 Sep 2016 01:38:20 +0000 Message-ID: <20160913013827.25877-4-ng0@we.make.ritual.n0.is> References: <20160913013827.25877-1-ng0@we.make.ritual.n0.is> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjcgd-00012M-6x for guix-devel@gnu.org; Mon, 12 Sep 2016 21:39:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjcga-0000mS-G9 for guix-devel@gnu.org; Mon, 12 Sep 2016 21:38:58 -0400 Received: from aibo.runbox.com ([91.220.196.211]:37103) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjcga-0000mF-9f for guix-devel@gnu.org; Mon, 12 Sep 2016 21:38:56 -0400 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1bjcgZ-0001Ly-MC for guix-devel@gnu.org; Tue, 13 Sep 2016 03:38:55 +0200 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: guix-devel@gnu.org * gnu/packages/python.scm (python-ndg-httpsclient): Update to 0.4.2. [source]: Use 'pypi-uri' format. --- gnu/packages/python.scm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0e75223..43f53f5 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -6823,15 +6823,13 @@ be set via config files and/or environment variables.") (define-public python-ndg-httpsclient (package (name "python-ndg-httpsclient") - (version "0.4.0") + (version "0.4.2") (source (origin (method url-fetch) - (uri (string-append - "https://pypi.python.org/packages/source/n/ndg-httpsclient/" - "ndg_httpsclient-" version ".tar.gz")) + (uri (pypi-uri "ndg_httpsclient" version)) (sha256 (base32 - "0x32ibixm3vv5m9xfk83xsqm8xcqw4dd0khbh6qbri6rxgymbhg8")))) + "1b5qirv46v4dpnmfqviwq42mdwfcby4dxmz0i41wad2337pqf2aq")))) (build-system python-build-system) (propagated-inputs `(("python-pyopenssl" ,python-pyopenssl))) -- 2.10.0