gnu: python-jsonschema: Use PYPI-URI.
* gnu/packages/python-xyz.scm (python-jsonschema)[source]: Use PYPI-URI.
This commit is contained in:
parent
89bf667caf
commit
786ccb87f0
|
@ -1731,10 +1731,7 @@ version numbers.")
|
||||||
(version "2.6.0")
|
(version "2.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri (pypi-uri "jsonschema" version))
|
||||||
(string-append
|
|
||||||
"https://pypi.python.org/packages/source/j/jsonschema/jsonschema-"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00kf3zmpp9ya4sydffpifn0j0mzm342a2vzh82p6r0vh10cg7xbg"))))
|
"00kf3zmpp9ya4sydffpifn0j0mzm342a2vzh82p6r0vh10cg7xbg"))))
|
||||||
|
|
Loading…
Reference in New Issue