diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-06-03 12:03:30 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-06-03 12:13:13 +0200 |
| commit | 61fa3bfc62c9796ed5d5aabfb9f153d1b979be2a (patch) | |
| tree | 7cffdcaf7f05721495a410beb4982b2beac49e4b /gnu/packages | |
| parent | a4fcab21837906a53689d1b6246f26872a8c9558 (diff) | |
gnu: Remove python-urllib3-1.25.
* gnu/packages/python-web.scm (python-urllib3-1.25): Delete variable.
Fixes: guix/guix#8298
Change-Id: I9987652e5d0d648474a2aa1c97d999e7e513ddc0
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-web.scm | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index a457c14189a..a621d13970e 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -7559,21 +7559,6 @@ can reuse the same socket connection for multiple requests, it can POST files, | |||
| 7559 | supports url redirection and retries, and also gzip and deflate decoding.") | 7559 | supports url redirection and retries, and also gzip and deflate decoding.") |
| 7560 | (license license:expat))) | 7560 | (license license:expat))) |
| 7561 | 7561 | ||
| 7562 | (define-public python-urllib3-1.25 | ||
| 7563 | (package | ||
| 7564 | (inherit python-urllib3) | ||
| 7565 | (version "1.25.19") | ||
| 7566 | (source | ||
| 7567 | (origin | ||
| 7568 | (method url-fetch) | ||
| 7569 | (uri (pypi-uri "urllib3" version)) | ||
| 7570 | (sha256 | ||
| 7571 | (base32 | ||
| 7572 | "09rmjqm5syhhc8fx3v06h3yv6cqy0b1081jg8wm5grpwpr72j61h")))) | ||
| 7573 | (native-inputs | ||
| 7574 | (list python-setuptools | ||
| 7575 | python-wheel)))) | ||
| 7576 | |||
| 7577 | (define-public python-urllib3-1.26 | 7562 | (define-public python-urllib3-1.26 |
| 7578 | (package | 7563 | (package |
| 7579 | (inherit python-urllib3) | 7564 | (inherit python-urllib3) |
