mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-urllib3-1.25.
* gnu/packages/python-web.scm (python-urllib3-1.25): New variable. Change-Id: I28ea55b42dee708ad8d15e51d6b8e8a5ec2f392f Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
3901b539d2
commit
fc718a5df9
1 changed files with 15 additions and 0 deletions
|
@ -5139,6 +5139,21 @@ supports url redirection and retries, and also gzip and deflate decoding.")
|
||||||
(list python-hatchling
|
(list python-hatchling
|
||||||
python-hatch-vcs))))
|
python-hatch-vcs))))
|
||||||
|
|
||||||
|
(define-public python-urllib3-1.25
|
||||||
|
(package
|
||||||
|
(inherit python-urllib3)
|
||||||
|
(version "1.25.19")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "urllib3" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"09rmjqm5syhhc8fx3v06h3yv6cqy0b1081jg8wm5grpwpr72j61h"))))
|
||||||
|
(native-inputs
|
||||||
|
(list python-setuptools
|
||||||
|
python-wheel))))
|
||||||
|
|
||||||
(define-public python-urllib3-1.26
|
(define-public python-urllib3-1.26
|
||||||
(package
|
(package
|
||||||
(inherit python-urllib3)
|
(inherit python-urllib3)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue