mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
guix: python-build-system: Change pypi-uri to use https://pypi.io.
* guix/build-system/python.scm (pypi-uri): Use https://pypi.io. * gnu/packages/python.scm (python-twisted)[uri]: Remove https://pypi.io.
This commit is contained in:
parent
934c5d5b28
commit
8ea8e8d3c3
2 changed files with 2 additions and 5 deletions
|
@ -9097,10 +9097,7 @@ to provide a high-level synchronous API on top of the libev event loop.")
|
|||
(version "16.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list (pypi-uri "Twisted" version ".tar.bz2") ; 404
|
||||
(string-append
|
||||
"https://pypi.io/packages/source/T/Twisted/"
|
||||
"Twisted-" version ".tar.bz2")))
|
||||
(uri (pypi-uri "Twisted" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ydxrp9myw1mvsz3qfzx5579y5llmqa82pxvqchgp5syczffi450"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue