guix-commits
[Top][All Lists]
Advanced

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

26/26: gnu: python2-jsonrpclib: Use PYPI-URI.


From: guix-commits
Subject: 26/26: gnu: python2-jsonrpclib: Use PYPI-URI.
Date: Mon, 28 Jan 2019 06:24:43 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 6571bba06b874452a21f46f3de9f5c8bd7509954
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Jan 28 12:15:35 2019 +0100

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0a22217..53c0789 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9268,9 +9268,7 @@ specified in POSIX.1-2001 and POSIX.1-2008.")
     (version "0.1.7")
     (source (origin
               (method url-fetch)
-              (uri (string-append
-                    "https://pypi.python.org/packages/source/j/jsonrpclib/";
-                    "jsonrpclib-" version ".tar.gz"))
+              (uri (pypi-uri "jsonrpclib" version))
               (sha256
                (base32
                 "02vgirw2bcgvpcxhv5hf3yvvb4h5wzd1lpjx8na5psdmaffj6l3z"))))



reply via email to

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