guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-click: Use 'pypi-uri'.


From: Ben Woodcroft
Subject: 02/02: gnu: python-click: Use 'pypi-uri'.
Date: Wed, 21 Sep 2016 08:43:32 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 375f224b6869c152a7de68350f2c6faf40544c36
Author: Ben Woodcroft <address@hidden>
Date:   Wed Sep 21 11:58:39 2016 +1000

    gnu: python-click: Use 'pypi-uri'.
    
    * gnu/packages/python.scm (python-click, python2-click)[source]: Use
    'pypi-uri'.
---
 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 af5da9b..a186557 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2299,10 +2299,7 @@ is used by the Requests library to verify HTTPS 
requests.")
     (source
      (origin
        (method url-fetch)
-         (uri (string-append
-                "https://pypi.python.org/packages/";
-                
"7a/00/c14926d8232b36b08218067bcd5853caefb4737cda3f0a47437151344792/"
-                "click-" version ".tar.gz"))
+       (uri (pypi-uri "click" version))
        (sha256
         (base32
          "1sggipyz52crrybwbr9xvwxd4aqigvplf53k9w3ygxmzivd1jsnc"))))



reply via email to

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