guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-appdirs: Use pypi-uri.


From: Leo Famulari
Subject: 01/01: gnu: python-appdirs: Use pypi-uri.
Date: Thu, 23 Mar 2017 12:06:30 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 26b16fd9ca2cb51c52e1ed9a8937fa143a57747d
Author: Leo Famulari <address@hidden>
Date:   Thu Mar 23 12:04:54 2017 -0400

    gnu: python-appdirs: Use pypi-uri.
    
    This is a followup to commit 543782e1ff1e296d61ca528debe3fc6420f5e45a.
    
    * gnu/packages/python.scm (python-appdirs, python2-appdirs)[source]: Use
    pypi-uri.
---
 gnu/packages/python.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d423ecd..7aae8fc 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6755,10 +6755,7 @@ provided that can be used to do various manipulations 
with LilyPond files.")
     (source
       (origin
         (method url-fetch)
-        (uri (string-append
-               "https://pypi.python.org/packages/source/a/appdirs/appdirs-";
-               version
-               ".tar.gz"))
+        (uri (pypi-uri "appdirs" version))
         (sha256
           (base32
             "14id6wxi12lgyw0mg3bcfnf888ad07jz9yj46gfzhn186z8rcn4y"))))



reply via email to

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