gnu: python-jsonschema: Use PYPI-URI.

* gnu/packages/python-xyz.scm (python-jsonschema)[source]: Use PYPI-URI.
This commit is contained in:
Ricardo Wurmus 2019-01-28 12:08:05 +01:00
parent 89bf667caf
commit 786ccb87f0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1731,10 +1731,7 @@ (define-public python-jsonschema
(version "2.6.0")
(source (origin
(method url-fetch)
(uri
(string-append
"https://pypi.python.org/packages/source/j/jsonschema/jsonschema-"
version ".tar.gz"))
(uri (pypi-uri "jsonschema" version))
(sha256
(base32
"00kf3zmpp9ya4sydffpifn0j0mzm342a2vzh82p6r0vh10cg7xbg"))))