guix-commits
[Top][All Lists]
Advanced

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

11/26: gnu: python-zope-security: Use PYPI-URI.


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

rekado pushed a commit to branch master
in repository guix.

commit fc283a5e0aef71e7ae4e418a523577c1eb3e0fe7
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Jan 28 12:00:17 2019 +0100

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

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 5d3070c..97b1f06 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1097,8 +1097,7 @@ Zope3, which are are special objects that have a 
structural location.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://pypi.python.org/packages/source/z";
-                           "/zope.security/zope.security-" version ".tar.gz"))
+       (uri (pypi-uri "zope.security" version))
        (sha256
         (base32
          "14zmf684amc0x32kq05yxnhfqd1cmyhafkw05gn81rn90zjv6ssy"))))



reply via email to

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