summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-01-28 12:13:09 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-01-28 12:24:25 +0100
commit337c3a1e6ce5abc0e6bc6b36b2f401beab1b7819 (patch)
treede7051ff267f55cde67c5f4ec50f775ca6fcfd56
parent8c4dffb50eb09d99e4582d6982cb860442254b55 (diff)
downloadguix-337c3a1e6ce5abc0e6bc6b36b2f401beab1b7819.tar.gz
gnu: python-prettytable: Use PYPI-URI.
* gnu/packages/python-xyz.scm (python-prettytable)[source]: Use PYPI-URI.
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 544e3f67dc..349223f2cd 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"))))