gnu: python-jsonschema: Use PYPI-URI.

* gnu/packages/python-xyz.scm (python-jsonschema)[source]: Use PYPI-URI.
master
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
1 changed files with 1 additions and 4 deletions

View File

@ -1731,10 +1731,7 @@ version numbers.")
(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"))))