From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzBsU-0008Bg-Dk for guix-patches@gnu.org; Mon, 02 Oct 2017 21:20:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzBsS-0003FG-Qc for guix-patches@gnu.org; Mon, 02 Oct 2017 21:20:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36100) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dzBsS-0003F1-Mp for guix-patches@gnu.org; Mon, 02 Oct 2017 21:20:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dzBsS-0004D1-HS for guix-patches@gnu.org; Mon, 02 Oct 2017 21:20:04 -0400 Subject: [bug#28678] [PATCH 1/4] gnu: python-netaddr: Fix the source URL. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzBro-00086B-I1 for guix-patches@gnu.org; Mon, 02 Oct 2017 21:19:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzBrm-0002cI-BG for guix-patches@gnu.org; Mon, 02 Oct 2017 21:19:24 -0400 Received: from mail-wm0-x242.google.com ([2a00:1450:400c:c09::242]:43534) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dzBrm-0002bL-58 for guix-patches@gnu.org; Mon, 02 Oct 2017 21:19:22 -0400 Received: by mail-wm0-x242.google.com with SMTP id m72so9248379wmc.0 for ; Mon, 02 Oct 2017 18:19:22 -0700 (PDT) From: Cyril Roelandt Date: Tue, 3 Oct 2017 03:19:10 +0200 Message-Id: <20171003011913.19229-2-tipecaml@gmail.com> In-Reply-To: <20171003011913.19229-1-tipecaml@gmail.com> References: <20171003011913.19229-1-tipecaml@gmail.com> 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: 28678@debbugs.gnu.org * gnu/packages/python.scm (python-netaddr, python2-netaddr): Fix the source URL. --- gnu/packages/python.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 6ffd468b3..904b1e892 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -7519,10 +7519,7 @@ reading and writing MessagePack data.") (source (origin (method url-fetch) - (uri (string-append - "https://pypi.python.org/packages/source/n/netaddr/netaddr-" - version - ".tar.gz")) + (uri (pypi-uri "netaddr" version)) (sha256 (base32 "1zdfadvpq4lmcqzr383gywxn4xyn355kj1n3lk9q2l03vmyfrbiq")))) -- 2.14.1