mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sdkmanager: Update python-urllib3.
* gnu/packages/android.scm (sdkmanager)[inputs]: Switch to python-urllib3-next.
This commit is contained in:
parent
fb00a1ec45
commit
5a13bc717a
1 changed files with 4 additions and 1 deletions
|
@ -738,7 +738,10 @@ file system.")
|
||||||
(base32
|
(base32
|
||||||
"11as7n2mj3nbqsqb3ivyv9985n73i022s748qvjg36cs8ig50afx"))))
|
"11as7n2mj3nbqsqb3ivyv9985n73i022s748qvjg36cs8ig50afx"))))
|
||||||
(build-system pyproject-build-system)
|
(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))
|
(native-inputs (list python-setuptools python-wheel))
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases #~(modify-phases %standard-phases
|
(list #:phases #~(modify-phases %standard-phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue