summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-01-28 11:57:07 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-01-28 12:24:24 +0100
commitba93e239eb1fdc694b0a855f668ef9dab51ab3f2 (patch)
tree4c2c0528f651ca6b15e8ebb4e1358e0d1e8a9881 /gnu/packages
parentda501c49f321e80423e7db18c0b5408510f10546 (diff)
gnu: python-zope-interface: Use PYPI-URI.
* gnu/packages/python-web.scm (python-zope-interface)[source]: Use PYPI-URI.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-web.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 4c68e636c0..006151bc37 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -852,8 +852,7 @@ dispatching systems can be built.")
(source
(origin
(method url-fetch)
- (uri (string-append "https://pypi.python.org/packages/source/z"
- "/zope.interface/zope.interface-" version ".tar.gz"))
+ (uri (pypi-uri "zope.interface" version))
(sha256
(base32
"0ks8h73b2g4bkad821qbv0wzjppdrwys33i7ka45ik3wxjg1l8if"))))