Skip to content
Snippets Groups Projects
Unverified Commit ab9e1740 authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

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

* gnu/packages/python-web.scm (python-zope-schema)[source]: Use PYPI-URI.
parent 8a84d796
No related branches found
No related tags found
No related merge requests found
......@@ -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"))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment