diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-01-28 12:00:17 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-01-28 12:24:25 +0100 |
commit | fc283a5e0aef71e7ae4e418a523577c1eb3e0fe7 (patch) | |
tree | c56edb1a34ad1c571c169af567cc6a0cd2450b87 /gnu | |
parent | 6e6bbc027455d50ac04d7633250ebb6d95f798a5 (diff) |
gnu: python-zope-security: Use PYPI-URI.
* gnu/packages/python-web.scm (python-zope-security)[source]: Use PYPI-URI.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-web.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 5d3070c922..97b1f06611 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -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")))) |