diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-11 22:41:12 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-11 22:42:31 +0100 |
| commit | 672c348cf078d79cc856fb756ee8c2b6696163d8 (patch) | |
| tree | b50752529d7eca4d84b67eecf31a85a31ecb7105 /gnu | |
| parent | d86e5ab7f274578be07f4f80af081559d4b2435b (diff) | |
gnu: python-urllib3-next: Update to 2.5.0.
* gnu/packages/python-web.scm (python-urllib3-next): Update to 2.5.0.
[native-inputs]: Add python-setuptools-scm.
Change-Id: Iecc060bf0bbc89147181e7a6148f8bf9ab463ee0
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-web.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 2c9ca969703..debc996ac0a 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -5667,17 +5667,18 @@ supports url redirection and retries, and also gzip and deflate decoding.") (define-public python-urllib3-next (package (inherit python-urllib3) - (version "2.3.0") + (version "2.5.0") (source (origin (method url-fetch) (uri (pypi-uri "urllib3" version)) (sha256 (base32 - "0k90y2bbmw87b9wx7lf0ps0wjpjbnk3h61byrrwid1ph7jdl9igq")))) + "0q17z6zlpyjv9ax5c3d30qwp9fwhz2sc4gbb7yyd86g4qwrpgi1z")))) (native-inputs - (list python-hatchling - python-hatch-vcs)))) + (list python-hatch-vcs + python-hatchling + python-setuptools-scm)))) (define-public python-urllib3-1.25 (package |
