guix-commits
[Top][All Lists]
Advanced

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

06/26: gnu: python-zope-i18nmessageid: Use PYPI-URI.


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

rekado pushed a commit to branch master
in repository guix.

commit 8a84d796b0d6252764f5591448127ed081b6f6d3
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Jan 28 11:58:22 2019 +0100

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

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 3a581f9..384b1d3 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -966,10 +966,7 @@ tests.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://pypi.python.org/packages/source/z";
-             "/zope.i18nmessageid/zope.i18nmessageid-"
-             version ".tar.gz"))
+       (uri (pypi-uri "zope.i18nmessageid" version))
        (sha256
         (base32
          "1rslyph0klk58dmjjy4j0jxy21k03azksixc3x2xhqbkv97cmzml"))))



reply via email to

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