gnu: httpie: Update to 2.0.0.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Josh Holland 2020-01-13 14:41:02 +00:00 committed by Ludovic Courtès
parent 69002b216e
commit 0ef7e44439
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -310,14 +310,14 @@ other HTTP libraries.")
(define-public httpie (define-public httpie
(package (package
(name "httpie") (name "httpie")
(version "1.0.3") (version "2.0.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
"103fcigpxf4nqmrdqjnyz7d9n4n16906slwmmqqc0gkxv8hnw6vd")))) "02bw20cwv3a1lzrn919dk25dq4v81x6q786zlrqsqzhsdxszj14c"))))
(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.