guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

16/26: gnu: python-jsonschema: Use PYPI-URI.


From: guix-commits
Subject: 16/26: gnu: python-jsonschema: Use PYPI-URI.
Date: Mon, 28 Jan 2019 06:24:40 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 786ccb87f0bbb91027acaccdeb0c1cac8c328266
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Jan 28 12:08:05 2019 +0100

    gnu: python-jsonschema: Use PYPI-URI.
    
    * gnu/packages/python-xyz.scm (python-jsonschema)[source]: Use PYPI-URI.
---
 gnu/packages/python-xyz.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 39aecb3..2d99dd6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]