gnu: python-zope-configuration: Use PYPI-URI.
* gnu/packages/python-web.scm (python-zope-configuration)[source]: Use PYPI-URI.
This commit is contained in:
parent
ab9e1740bb
commit
cdf14a6745
|
@ -1017,9 +1017,7 @@ defining data schemas.")
|
||||||
(version "4.0.3")
|
(version "4.0.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pypi.python.org/packages/source/z"
|
(uri (pypi-uri "zope.configuration" version))
|
||||||
"/zope.configuration/zope.configuration-"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1x9dfqypgympnlm25p9m43xh4qv3p7d75vksv9pzqibrb4cggw5n"))))
|
"1x9dfqypgympnlm25p9m43xh4qv3p7d75vksv9pzqibrb4cggw5n"))))
|
||||||
|
|
Loading…
Reference in New Issue