import: pypi: Update the host URI.
* guix/build-system/python.scm (pypi-uri): Update the host URI to "files.pythonhosted.org".
This commit is contained in:
parent
d514276b93
commit
a537620054
|
@ -50,7 +50,7 @@
|
|||
"Return a URI string for the Python package hosted on the Python Package
|
||||
Index (PyPI) corresponding to NAME and VERSION. EXTENSION is the file name
|
||||
extension, such as '.tar.gz'."
|
||||
(string-append "https://pypi.org/packages/source/"
|
||||
(string-append "https://files.pythonhosted.org/packages/source/"
|
||||
(string-take name 1) "/" name "/"
|
||||
name "-" version extension))
|
||||
|
||||
|
|
Loading…
Reference in New Issue