mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-urllib3-next: Update to 2.3.0.
Keep urllib3@1.26.17 but under the dedicated variable name making it less confusing with "-next" suffix which is meant to be higher version of the current one. * gnu/packages/python-web.scm (python-urllib3-next): Update to 2.3.0. Inherit from python-urllib3. [native-inputs]: Add python-hatchling and python-hatch-vcs. (python-urllib3-1.26): New variable. (python-elasticsearch) [propagated-inputs]: Remove python-urllib3-next; add python-urllib3-1.26. * gnu/packages/android.scm (sdkmanager) [inputs]: Remove python-urllib3-next; add python-urllib3-1.26. * gnu/packages/package-management.scm (conan) [propagated-inputs]: Likewise. * gnu/packages/video.scm (yt-dlp) [inputs]: Likewise. Change-Id: I2679dda98180815d4e3580d965b8db9c61e53f4a
This commit is contained in:
parent
ae0082fb81
commit
baf696f281
4 changed files with 24 additions and 29 deletions
|
@ -740,7 +740,7 @@ file system.")
|
|||
(build-system pyproject-build-system)
|
||||
(inputs (list python-requests
|
||||
python-argcomplete
|
||||
python-urllib3-next
|
||||
python-urllib3-1.26
|
||||
gnupg))
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue