rekado pushed a commit to branch master
in repository guix.
commit 337c3a1e6ce5abc0e6bc6b36b2f401beab1b7819
Author: Ricardo Wurmus <[email protected]>
Date: Mon Jan 28 12:13:09 2019 +0100
gnu: python-prettytable: Use PYPI-URI.
* gnu/packages/python-xyz.scm (python-prettytable)[source]: Use PYPI-URI.
---
gnu/packages/python-xyz.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 544e3f6..349223f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6126,9 +6126,7 @@ Unicode-aware. It is not intended as an end-user tool.")
(source
(origin
(method url-fetch)
- (uri (string-append
- "https://pypi.python.org/packages/source/P/PrettyTable/"
- "prettytable-" version ".tar.bz2"))
+ (uri (pypi-uri "prettytable" version ".tar.bz2"))
(sha256
(base32
"0diwsicwmiq2cpzpxri7cyl5fmsvicafw6nfqf6p6p322dji2g45"))))