gnu: httpie: Update to 3.2.1.
* gnu/packages/python-web.scm (httpie): Update to 3.2.1. [propagated-inputs]: Add python-rich. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
b64a80258b
commit
ce4896e85d
1 changed files with 3 additions and 2 deletions
|
@ -953,14 +953,14 @@ other HTTP libraries.")
|
||||||
(define-public httpie
|
(define-public httpie
|
||||||
(package
|
(package
|
||||||
(name "httpie")
|
(name "httpie")
|
||||||
(version "3.1.0")
|
(version "3.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "httpie" version))
|
(uri (pypi-uri "httpie" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1npyfvrq0l56bil8rnpj78mav378mxx4zcqzq1jjx4aap1020jif"))))
|
"1v736y2h7lcyrnxs9y5sf4xwzgll7pc2s6r3ny929mm8lcn07h69"))))
|
||||||
(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.
|
||||||
|
@ -973,6 +973,7 @@ other HTTP libraries.")
|
||||||
python-pysocks
|
python-pysocks
|
||||||
python-charset-normalizer
|
python-charset-normalizer
|
||||||
python-defusedxml
|
python-defusedxml
|
||||||
|
python-rich
|
||||||
python-multidict))
|
python-multidict))
|
||||||
(home-page "https://httpie.io")
|
(home-page "https://httpie.io")
|
||||||
(synopsis "cURL-like tool for humans")
|
(synopsis "cURL-like tool for humans")
|
||||||
|
|
Reference in a new issue