guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: python-pyxdg: Use PYPI-URI.


From: Tobias Geerinckx-Rice
Subject: 08/08: gnu: python-pyxdg: Use PYPI-URI.
Date: Thu, 16 Aug 2018 12:45:24 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8f60e5338ab0ad38471ea429c1ad2f951e41d9d1
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Aug 16 05:11:06 2018 +0200

    gnu: python-pyxdg: Use PYPI-URI.
    
    * gnu/packages/freedesktop.scm (python-pyxdg)[source]: Use PYPI-URI.
---
 gnu/packages/freedesktop.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 6f8aa6d..77599b5 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -393,9 +393,7 @@ manager for the current system.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://pypi.python.org/packages/source/p/pyxdg/pyxdg-";
-             version ".tar.gz"))
+       (uri (pypi-uri "pyxdg" version))
        (sha256
         (base32
          "179767h8m634ydlm4v8lnz01ba42gckfp684id764zaip7h87s41"))))



reply via email to

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