gnu: python-prettytable: Use PYPI-URI.

* gnu/packages/python-xyz.scm (python-prettytable)[source]: Use PYPI-URI.
master
Ricardo Wurmus 2019-01-28 12:13:09 +01:00
parent 8c4dffb50e
commit 337c3a1e6c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 3 deletions

View File

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