diff options
| author | kiasoc5 <kiasoc5@tutanota.com> | 2022-03-15 13:20:00 -0400 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2022-03-15 20:01:33 -0400 |
| commit | 53370c7b03b1302e7c84781184fe52a8f6c315c5 (patch) | |
| tree | 8f15adc9114f271e8027f7abe5ad98c87226fc65 /gnu/packages/python-web.scm | |
| parent | 8a0713aef2a8d709551d51fefff45f4611d05c66 (diff) | |
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>
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 240c58b6658..466d9782ca6 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -748,14 +748,14 @@ other HTTP libraries.") | |||
| 748 | (define-public httpie | 748 | (define-public httpie |
| 749 | (package | 749 | (package |
| 750 | (name "httpie") | 750 | (name "httpie") |
| 751 | (version "3.0.2") | 751 | (version "3.1.0") |
| 752 | (source | 752 | (source |
| 753 | (origin | 753 | (origin |
| 754 | (method url-fetch) | 754 | (method url-fetch) |
| 755 | (uri (pypi-uri "httpie" version)) | 755 | (uri (pypi-uri "httpie" version)) |
| 756 | (sha256 | 756 | (sha256 |
| 757 | (base32 | 757 | (base32 |
| 758 | "16ay8mx2v1z3rywsszy055l5k50qjiwyc3pds5wxxzd1n9a79w97")))) | 758 | "1npyfvrq0l56bil8rnpj78mav378mxx4zcqzq1jjx4aap1020jif")))) |
| 759 | (build-system python-build-system) | 759 | (build-system python-build-system) |
| 760 | (arguments | 760 | (arguments |
| 761 | ;; The tests attempt to access external web servers, so we cannot run them. | 761 | ;; The tests attempt to access external web servers, so we cannot run them. |
