guix-commits
[Top][All Lists]
Advanced

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

08/26: gnu: python-zope-configuration: Use PYPI-URI.


From: guix-commits
Subject: 08/26: gnu: python-zope-configuration: Use PYPI-URI.
Date: Mon, 28 Jan 2019 06:24:39 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit cdf14a6745903ccafa7cfbc8bc7b3bbdffd39bbe
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Jan 28 11:59:11 2019 +0100

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

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 9034f41..2db731e 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1017,9 +1017,7 @@ defining data schemas.")
     (version "4.0.3")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://pypi.python.org/packages/source/z";
-                                  "/zope.configuration/zope.configuration-"
-                                  version ".tar.gz"))
+              (uri (pypi-uri "zope.configuration" version))
               (sha256
                (base32
                 "1x9dfqypgympnlm25p9m43xh4qv3p7d75vksv9pzqibrb4cggw5n"))))



reply via email to

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