guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-xlrd: Update source location.


From: Efraim Flashner
Subject: 02/02: gnu: python-xlrd: Update source location.
Date: Sat, 8 Oct 2016 20:41:37 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit e775f48ebe4bff3cc398a30398e82eb46aa67296
Author: Efraim Flashner <address@hidden>
Date:   Sat Oct 8 23:41:01 2016 +0300

    gnu: python-xlrd: Update source location.
    
    * gnu/packages/python.scm (python-xlrd)[source]: Use 'pypi-uri' syntax.
---
 gnu/packages/python.scm |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 742b246..c7d9e6f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5871,8 +5871,7 @@ object to help create WSGI responses.")
     (version "1.0.0")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://pypi.python.org/packages/source/x/";
-                                  "xlrd/xlrd-" version ".tar.gz"))
+              (uri (pypi-uri "xlrd" version))
               (sha256
                (base32
                 "0s8hjiz01vbhy85xalrz0qlsmd9ypf36zjqrf97hh984spapvy0g"))))



reply via email to

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