guix-commits
[Top][All Lists]
Advanced

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

02/26: gnu: python-zope-event: Use PYPI-URI.


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

rekado pushed a commit to branch master
in repository guix.

commit da501c49f321e80423e7db18c0b5408510f10546
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Jan 28 11:53:26 2019 +0100

    gnu: python-zope-event: Use PYPI-URI.
    
    * gnu/packages/python-web.scm (python-zope-event)[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 e533c49..4c68e63 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -829,8 +829,7 @@ object to help create WSGI responses.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://pypi.python.org/packages/source/z";
-                           "/zope.event/zope.event-" version ".tar.gz"))
+       (uri (pypi-uri "zope.event" version))
        (sha256
         (base32
          "11p75zpfz3ffhz21nzx9wb23xs993ck5s6hkjcvhswwizni5jynw"))))



reply via email to

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