gnu: python-zope-security: Use PYPI-URI.
* gnu/packages/python-web.scm (python-zope-security)[source]: Use PYPI-URI.
This commit is contained in:
parent
6e6bbc0274
commit
fc283a5e0a
|
@ -1097,8 +1097,7 @@ Zope3, which are are special objects that have a structural location.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pypi.python.org/packages/source/z"
|
(uri (pypi-uri "zope.security" version))
|
||||||
"/zope.security/zope.security-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14zmf684amc0x32kq05yxnhfqd1cmyhafkw05gn81rn90zjv6ssy"))))
|
"14zmf684amc0x32kq05yxnhfqd1cmyhafkw05gn81rn90zjv6ssy"))))
|
||||||
|
|
Loading…
Reference in New Issue