3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

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"))))