gnu: python-zope-location: Use PYPI-URI.

* gnu/packages/python-web.scm (python-zope-location)[source]: Use PYPI-URI.
This commit is contained in:
Ricardo Wurmus 2019-01-28 11:59:58 +01:00
parent 510cacc7ea
commit 6e6bbc0274
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

View File

@ -1071,8 +1071,7 @@ brokering, etc.) for which the proxy is responsible.")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://pypi.python.org/packages/source/z" (uri (pypi-uri "zope.location" version))
"/zope.location/zope.location-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1nj9da4ksiyv3h8n2vpzwd0pb03mdsh7zy87hfpx72b6p2zcwg74")))) "1nj9da4ksiyv3h8n2vpzwd0pb03mdsh7zy87hfpx72b6p2zcwg74"))))