~ruther/guix-local

e775f48ebe4bff3cc398a30398e82eb46aa67296 — Efraim Flashner 9 years ago 824f7de
gnu: python-xlrd: Update source location.

* gnu/packages/python.scm (python-xlrd)[source]: Use 'pypi-uri' syntax.
1 files changed, 1 insertions(+), 2 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +1 -2
@@ 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"))))