sharlatan pushed a commit to branch python-team
in repository guix.

commit bb11825691300057182d55d0b64bff35dbef0730
Author: Nicolas Graves <ngra...@ngraves.fr>
AuthorDate: Tue Feb 25 08:05:54 2025 +0100

    gnu: sdkmanager: Update python-urllib3.
    
    * gnu/packages/android.scm (sdkmanager)[inputs]: Switch to
    python-urllib3-next.
---
 gnu/packages/android.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
index cb699b06dc..bafca18abe 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -738,7 +738,10 @@ file system.")
                (base32
                 "11as7n2mj3nbqsqb3ivyv9985n73i022s748qvjg36cs8ig50afx"))))
     (build-system pyproject-build-system)
-    (inputs (list python-requests python-argcomplete python-urllib3 gnupg))
+    (inputs (list python-requests
+                  python-argcomplete
+                  python-urllib3-next
+                  gnupg))
     (native-inputs (list python-setuptools python-wheel))
     (arguments
      (list #:phases #~(modify-phases %standard-phases

Reply via email to