guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: python-netaddr: Fix the source URL.


From: Cyril Roelandt
Subject: 01/04: gnu: python-netaddr: Fix the source URL.
Date: Mon, 9 Oct 2017 20:52:21 -0400 (EDT)

steap pushed a commit to branch master
in repository guix.

commit 576c0e29cdcf5c344f19bd2e099e3545b4a2c185
Author: Cyril Roelandt <address@hidden>
Date:   Wed Sep 13 03:17:03 2017 +0200

    gnu: python-netaddr: Fix the source URL.
    
    * 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 3ae8425..ee37ebb 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7570,10 +7570,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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]