gnu: python-pretend: Use PYPI-URI.

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

View File

@ -6358,8 +6358,7 @@ domains support.")
(source
(origin
(method url-fetch)
(uri (string-append "https://pypi.python.org/packages/source/p/"
"pretend/pretend-" version ".tar.gz"))
(uri (pypi-uri "pretend" version))
(sha256
(base32
"040vm94lcbscg5p81g1icmwwwa2jm7wrd1ybmxnv1sz8rl8bh3n9"))))