diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-01-28 11:58:47 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-01-28 12:24:24 +0100 |
commit | ab9e1740bb135ae8fe682feb88ff845813e09e1f (patch) | |
tree | d8d7e4a7792901e03e89f988622c3272681f2d08 /gnu | |
parent | 8a84d796b0d6252764f5591448127ed081b6f6d3 (diff) | |
download | patches-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')
-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 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")))) |