3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: httpie: Update to 2.2.0.

* gnu/packages/python-web.scm (httpie): Update to 2.2.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Tanguy Le Carrour 2020-07-09 09:48:30 +02:00 committed by Efraim Flashner
parent d9dbab0b90
commit a8cae692b2
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -372,14 +372,14 @@ other HTTP libraries.")
(define-public httpie
(package
(name "httpie")
(version "2.0.0")
(version "2.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "httpie" version))
(sha256
(base32
"02bw20cwv3a1lzrn919dk25dq4v81x6q786zlrqsqzhsdxszj14c"))))
"18058k0i3cc4ixvgzj882w693lf40283flvspbrvd876iq42ib1i"))))
(build-system python-build-system)
(arguments
;; The tests attempt to access external web servers, so we cannot run them.