rekado pushed a commit to branch master
in repository guix.

commit ab9e1740bb135ae8fe682feb88ff845813e09e1f
Author: Ricardo Wurmus <[email protected]>
Date:   Mon Jan 28 11:58:47 2019 +0100

    gnu: python-zope-schema: Use PYPI-URI.
    
    * gnu/packages/python-web.scm (python-zope-schema)[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 384b1d3..9034f41 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -987,8 +987,7 @@ internationalized messages within program source text.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://pypi.python.org/packages/source/z";
-                           "/zope.schema/zope.schema-" version ".tar.gz"))
+       (uri (pypi-uri "zope.schema" version))
        (sha256
         (base32
          "1p943jdxb587dh7php4vx04qvn7b2877hr4qs5zyckvp5afhhank"))))

Reply via email to