diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-10-08 23:41:01 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-10-08 23:41:01 +0300 |
commit | e775f48ebe4bff3cc398a30398e82eb46aa67296 (patch) | |
tree | 396a85bfbea847fcd336c381e6a4cd9703a5de1b /gnu/packages | |
parent | 824f7de882d61d1922a36c86bc2be447c683d6f9 (diff) | |
download | guix-e775f48ebe4bff3cc398a30398e82eb46aa67296.tar guix-e775f48ebe4bff3cc398a30398e82eb46aa67296.tar.gz |
gnu: python-xlrd: Update source location.
* gnu/packages/python.scm (python-xlrd)[source]: Use 'pypi-uri' syntax.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 742b246841..c7d9e6fc12 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")))) |