gnu: python-xlrd: Update source location.

* gnu/packages/python.scm (python-xlrd)[source]: Use 'pypi-uri' syntax.
This commit is contained in:
Efraim Flashner 2016-10-08 23:41:01 +03:00
parent 824f7de882
commit e775f48ebe
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 1 additions and 2 deletions

View File

@ -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"))))