1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

* gnu/packages/python-web.scm (python-zope-security)[source]: Use PYPI-URI.
This commit is contained in:
Ricardo Wurmus
2019-01-28 12:00:17 +01:00
parent 6e6bbc0274
commit fc283a5e0a

View File

@@ -1097,8 +1097,7 @@ Zope3, which are are special objects that have a structural location.")
(source
(origin
(method url-fetch)
(uri (string-append "https://pypi.python.org/packages/source/z"
"/zope.security/zope.security-" version ".tar.gz"))
(uri (pypi-uri "zope.security" version))
(sha256
(base32
"14zmf684amc0x32kq05yxnhfqd1cmyhafkw05gn81rn90zjv6ssy"))))