[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-port-for: Remove trailing boolean.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-port-for: Remove trailing boolean. |
Date: |
Tue, 29 Mar 2022 04:55:29 -0400 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a1c11cc652 gnu: python-port-for: Remove trailing boolean.
a1c11cc652 is described below
commit a1c11cc652d6e6410748cae5dbec51e0692b6fb8
Author: jgart <jgart@dismail.de>
AuthorDate: Tue Mar 22 19:14:31 2022 -0400
gnu: python-port-for: Remove trailing boolean.
* gnu/packages/python-web.scm (python-port-for)[arguments]: Remove trailing
boolean from lambda function.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
gnu/packages/python-web.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 9c2a48166a..741d4044ed 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5023,8 +5023,7 @@ without requiring a page refresh.")
(add-after 'unpack 'use-urllib3
(lambda _
(substitute* "port_for/_download_ranges.py"
- (("urllib2") "urllib3"))
- #t)))))
+ (("urllib2") "urllib3")))))))
(propagated-inputs
(list python-urllib3))
(native-inputs
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-port-for: Remove trailing boolean.,
guix-commits <=