summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/python-web.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 9815ba011b..72eb93541b 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2784,7 +2784,8 @@ supports url redirection and retries, and also gzip and deflate decoding.")
(license license:expat)))
(define python-urllib3/fixed
- (package/inherit python-urllib3
+ (package
+ (inherit python-urllib3)
(version "1.26.4")
(source
(origin