guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-setuptools: Fix URI.


From: Andreas Enge
Subject: 01/01: gnu: python-setuptools: Fix URI.
Date: Fri, 5 Aug 2016 12:11:12 +0000 (UTC)

andreas pushed a commit to branch python-updates
in repository guix.

commit 09ac407e95276b2d90b01b1ec5a7b8f39fc3ed23
Author: Andreas Enge <address@hidden>
Date:   Fri Aug 5 14:10:17 2016 +0200

    gnu: python-setuptools: Fix URI.
    
    * gnu/packages/python.scm (python-setuptools)[source]: Use pypi-uri.
---
 gnu/packages/python.scm |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 9c9d43e..93cf1b8 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -780,8 +780,7 @@ have been used.")
     (source
      (origin
       (method url-fetch)
-      (uri (string-append 
"https://pypi.python.org/packages/source/s/setuptools/setuptools-";
-                          version ".tar.gz"))
+      (uri (pypi-uri "setuptools" version))
       (sha256
        (base32
         "018p4p46clijh8f9r0kxagpr8iy4hwd8f3vf8wn53qsp10vavjll"))))



reply via email to

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