gnu: python-prettytable: Use PYPI-URI.
* gnu/packages/python-xyz.scm (python-prettytable)[source]: Use PYPI-URI.master
parent
8c4dffb50e
commit
337c3a1e6c
|
@ -6126,9 +6126,7 @@ Unicode-aware. It is not intended as an end-user tool.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (pypi-uri "prettytable" version ".tar.bz2"))
|
||||||
"https://pypi.python.org/packages/source/P/PrettyTable/"
|
|
||||||
"prettytable-" version ".tar.bz2"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0diwsicwmiq2cpzpxri7cyl5fmsvicafw6nfqf6p6p322dji2g45"))))
|
"0diwsicwmiq2cpzpxri7cyl5fmsvicafw6nfqf6p6p322dji2g45"))))
|
||||||
|
|
Reference in New Issue