summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python.scm5
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 4567a91e51..8c34ff2e46 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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"))))