gnu: python-click: Use 'pypi-uri'.
* gnu/packages/python.scm (python-click, python2-click)[source]: Use 'pypi-uri'.
This commit is contained in:
parent
e2ab5a0904
commit
375f224b68
|
@ -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"))))
|
||||
|
|
Loading…
Reference in New Issue