guix-commits
[Top][All Lists]
Advanced

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

01/26: gnu: python-wsgi-intercept: Use PYPI-URI.


From: guix-commits
Subject: 01/26: gnu: python-wsgi-intercept: Use PYPI-URI.
Date: Mon, 28 Jan 2019 06:24:38 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 2b22186679ffb127e66664cf9c4e4b3fe20b622e
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Jan 28 11:48:18 2019 +0100

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

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 2264566..e533c49 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -775,10 +775,7 @@ term.js Javascript terminal emulator library.")
     (version "1.2.2")
     (source (origin
              (method url-fetch)
-             (uri (string-append
-                    "https://pypi.python.org/packages/";
-                    
"38/76/ebcbc24d0cb77db34520a3ca6ed1bd43ace17d182bbd8dd7d976f1c176fb/"
-                    "wsgi_intercept-" version ".tar.gz"))
+             (uri (pypi-uri "wsgi_intercept" version))
              (sha256
               (base32
                "0kjj2v2dvmnpdd5h5gk9rzz0f54rhjb0yiz3zg65bmp65slfw65d"))))



reply via email to

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