gnu: python-pep8-1.5.7: Use PYPI-URI.

* gnu/packages/python-xyz.scm (python-pep8-1.5.7)[source]: Use PYPI-URI.
master
Ricardo Wurmus 2019-01-28 12:11:10 +01:00
parent c9671d4bb2
commit f3576970e5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 9 deletions

View File

@ -5522,10 +5522,7 @@ complexity of Python source code.")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (pypi-uri "pep8" version))
"https://pypi.python.org/packages/source/p/pep8/pep8-"
version
".tar.gz"))
(sha256 (sha256
(base32 (base32
"12b9bbdbwnspxgak14xg58c130x2n0blxzlms5jn2dszn8qj3d0m")))) "12b9bbdbwnspxgak14xg58c130x2n0blxzlms5jn2dszn8qj3d0m"))))