summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-01-28 11:58:47 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-01-28 12:24:24 +0100
commitab9e1740bb135ae8fe682feb88ff845813e09e1f (patch)
treed8d7e4a7792901e03e89f988622c3272681f2d08 /gnu/packages/python-web.scm
parent8a84d796b0d6252764f5591448127ed081b6f6d3 (diff)
downloadpatches-ab9e1740bb135ae8fe682feb88ff845813e09e1f.tar
patches-ab9e1740bb135ae8fe682feb88ff845813e09e1f.tar.gz
gnu: python-zope-schema: Use PYPI-URI.
* gnu/packages/python-web.scm (python-zope-schema)[source]: Use PYPI-URI.
Diffstat (limited to 'gnu/packages/python-web.scm')
-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 384b1d33d1..9034f41a9d 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -987,8 +987,7 @@ internationalized messages within program source text.")
(source
(origin
(method url-fetch)
- (uri (string-append "https://pypi.python.org/packages/source/z"
- "/zope.schema/zope.schema-" version ".tar.gz"))
+ (uri (pypi-uri "zope.schema" version))
(sha256
(base32
"1p943jdxb587dh7php4vx04qvn7b2877hr4qs5zyckvp5afhhank"))))