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

* gnu/packages/python.scm (python-click, python2-click)[source]: Use
'pypi-uri'.
master
Ben Woodcroft 2016-09-21 11:58:39 +10:00
parent e2ab5a0904
commit 375f224b68
No known key found for this signature in database
GPG Key ID: E44DCCD146E0CCF4
1 changed files with 1 additions and 4 deletions

View File

@ -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"))))