mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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:
parent
d9dbab0b90
commit
a8cae692b2
1 changed files with 2 additions and 2 deletions
|
@ -372,14 +372,14 @@ (define-public python2-httplib2
|
||||||
(define-public httpie
|
(define-public httpie
|
||||||
(package
|
(package
|
||||||
(name "httpie")
|
(name "httpie")
|
||||||
(version "2.0.0")
|
(version "2.2.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
|
||||||
"02bw20cwv3a1lzrn919dk25dq4v81x6q786zlrqsqzhsdxszj14c"))))
|
"18058k0i3cc4ixvgzj882w693lf40283flvspbrvd876iq42ib1i"))))
|
||||||
(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…
Reference in a new issue