guix-commits
[Top][All Lists]
Advanced

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

07/26: gnu: python-zope-schema: Use PYPI-URI.


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

rekado pushed a commit to branch master
in repository guix.

commit ab9e1740bb135ae8fe682feb88ff845813e09e1f
Author: Ricardo Wurmus <address@hidden>
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

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