gnu: python-zope-schema: Use PYPI-URI.

* gnu/packages/python-web.scm (python-zope-schema)[source]: Use PYPI-URI.
master
Ricardo Wurmus 2019-01-28 11:58:47 +01:00
parent 8a84d796b0
commit ab9e1740bb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

View File

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