guix-commits
[Top][All Lists]
Advanced

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

14/26: gnu: python2-mechanize: Use PYPI-URI.


From: guix-commits
Subject: 14/26: gnu: python2-mechanize: Use PYPI-URI.
Date: Mon, 28 Jan 2019 06:24:40 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 1cc184e6eb2d6b4ffd652e7f0421242cbe463654
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Jan 28 12:06:39 2019 +0100

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d399031..9c73f11 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -998,8 +998,7 @@ doing practical, real world data analysis in Python.")
     (source
      (origin
       (method url-fetch)
-      (uri (string-append 
"https://pypi.python.org/packages/source/m/mechanize/mechanize-";
-                          version ".tar.gz"))
+      (uri (pypi-uri "mechanize" version))
       (sha256
        (base32
         "0rj7r166i1dyrq0ihm5rijfmvhs8a04im28lv05c0c3v206v4rrf"))))



reply via email to

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