gnu: httpie: Update to 3.1.0 [security fixes].
Fixes CVE-2022-24737 and CVE-2022-0430. * gnu/packages/python-web.scm (httpie): Update to 3.1.0. Signed-off-by: Leo Famulari <leo@famulari.name>
parent
8a0713aef2
commit
53370c7b03
|
@ -748,14 +748,14 @@ other HTTP libraries.")
|
||||||
(define-public httpie
|
(define-public httpie
|
||||||
(package
|
(package
|
||||||
(name "httpie")
|
(name "httpie")
|
||||||
(version "3.0.2")
|
(version "3.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "httpie" version))
|
(uri (pypi-uri "httpie" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16ay8mx2v1z3rywsszy055l5k50qjiwyc3pds5wxxzd1n9a79w97"))))
|
"1npyfvrq0l56bil8rnpj78mav378mxx4zcqzq1jjx4aap1020jif"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; The tests attempt to access external web servers, so we cannot run them.
|
;; The tests attempt to access external web servers, so we cannot run them.
|
||||||
|
|
Reference in New Issue