mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
69002b216e
commit
0ef7e44439
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue