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 @@ (define-public python2-httplib2
(define-public httpie
(package
(name "httpie")
(version "1.0.3")
(version "2.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "httpie" version))
(sha256
(base32
"103fcigpxf4nqmrdqjnyz7d9n4n16906slwmmqqc0gkxv8hnw6vd"))))
"02bw20cwv3a1lzrn919dk25dq4v81x6q786zlrqsqzhsdxszj14c"))))
(build-system python-build-system)
(arguments
;; The tests attempt to access external web servers, so we cannot run them.