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
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pypi.python.org/packages/source/z"
|
(uri (pypi-uri "zope.schema" version))
|
||||||
"/zope.schema/zope.schema-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p943jdxb587dh7php4vx04qvn7b2877hr4qs5zyckvp5afhhank"))))
|
"1p943jdxb587dh7php4vx04qvn7b2877hr4qs5zyckvp5afhhank"))))
|
||||||
|
|
Loading…
Reference in New Issue