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

* gnu/packages/python-web.scm (python-zope-schema)[source]: Use PYPI-URI.
This commit is contained in:
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

View file

@ -987,8 +987,7 @@ (define-public python-zope-schema
(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"))))