gnu: httpie: Update to 3.2.2.

* gnu/packages/python-web.scm (httpie): Update to 3.2.2.
[propagated-inputs]: Remove python-pysocks; add python-importlib-metadata,
python-pip, and python-setuptools.

Change-Id: If767947e836bdee6bf145fc5290113d79e99fe89
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
kiasoc5 2024-02-10 23:35:45 -05:00 committed by John Kehayias
parent 7f8cd1a3ab
commit a1f0b15444
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -1280,28 +1280,30 @@ other HTTP libraries.")
(define-public httpie (define-public httpie
(package (package
(name "httpie") (name "httpie")
(version "3.2.1") (version "3.2.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "httpie" version)) (uri (pypi-uri "httpie" version))
(sha256 (sha256
(base32 (base32
"1v736y2h7lcyrnxs9y5sf4xwzgll7pc2s6r3ny929mm8lcn07h69")))) "140w4mr0w7scpf4j5qm4h475vbwrgxzkdwyygwcmql1r1cgngywb"))))
(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.
'(#:tests? #f)) '(#:tests? #f))
(propagated-inputs (propagated-inputs
(list python-colorama (list python-charset-normalizer
python-colorama
python-defusedxml
python-importlib-metadata
python-multidict
python-pip
python-pygments python-pygments
python-requests python-requests
python-requests-toolbelt python-requests-toolbelt
python-pysocks
python-charset-normalizer
python-defusedxml
python-rich python-rich
python-multidict)) python-setuptools))
(home-page "https://httpie.io") (home-page "https://httpie.io")
(synopsis "cURL-like tool for humans") (synopsis "cURL-like tool for humans")
(description (description