gnu: python-zope-schema: Use PYPI-URI.
* gnu/packages/python-web.scm (python-zope-schema)[source]: Use PYPI-URI.
This commit is contained in:
parent
8a84d796b0
commit
ab9e1740bb
|
@ -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"))))
|
||||
|
|
Loading…
Reference in New Issue