mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-22 17:16:01 +02:00
gnu: python-zope-proxy: Use PYPI-URI.
* gnu/packages/python-web.scm (python-zope-proxy)[source]: Use PYPI-URI.
This commit is contained in:
@@ -1043,8 +1043,7 @@ Markup Language.")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://pypi.python.org/packages/source/z"
|
||||
"/zope.proxy/zope.proxy-" version ".tar.gz"))
|
||||
(uri (pypi-uri "zope.proxy" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0pqwwmvm1prhwv1ziv9lp8iirz7xkwb6n2kyj36p2h0ppyyhjnm4"))))
|
||||
|
||||
Reference in New Issue
Block a user