mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: httpie: Update to 2.3.0.
* gnu/packages/python-web.scm (httpie): Update to 2.3.0. [propagated-inputs]: Add python-requests-toolbelt. [home-page]: Update URL. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
1e0c382605
commit
70876b0793
1 changed files with 6 additions and 5 deletions
|
@ -30,7 +30,7 @@
|
|||
;;; Copyright © 2019 Vagrant Cascadian <vagrant@debian.org>
|
||||
;;; Copyright © 2019 Brendan Tildesley <mail@brendan.scot>
|
||||
;;; Copyright © 2019 Pierre Langlois <pierre.langlois@gmx.com>
|
||||
;;; Copyright © 2019 Tanguy Le Carrour <tanguy@bioneland.org>
|
||||
;;; Copyright © 2019, 2020 Tanguy Le Carrour <tanguy@bioneland.org>
|
||||
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
|
||||
;;; Copyright © 2020 Evan Straw <evan.straw99@gmail.com>
|
||||
;;; Copyright © 2020 Alexandros Theodotou <alex@zrythm.org>
|
||||
|
@ -429,14 +429,14 @@ (define-public python2-httplib2
|
|||
(define-public httpie
|
||||
(package
|
||||
(name "httpie")
|
||||
(version "2.2.0")
|
||||
(version "2.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "httpie" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18058k0i3cc4ixvgzj882w693lf40283flvspbrvd876iq42ib1i"))))
|
||||
"15ngl3yc186gkgqdx8iav9bpj8gxjpzz26y32z92jwyhj4cmfh6m"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
;; The tests attempt to access external web servers, so we cannot run them.
|
||||
|
@ -444,8 +444,9 @@ (define-public httpie
|
|||
(propagated-inputs
|
||||
`(("python-colorama" ,python-colorama)
|
||||
("python-pygments" ,python-pygments)
|
||||
("python-requests" ,python-requests)))
|
||||
(home-page "https://httpie.org/")
|
||||
("python-requests" ,python-requests)
|
||||
("python-requests-toolbelt" ,python-requests-toolbelt-0.9.1)))
|
||||
(home-page "https://httpie.io")
|
||||
(synopsis "cURL-like tool for humans")
|
||||
(description
|
||||
"A command line HTTP client with an intuitive UI, JSON support,
|
||||
|
|
Loading…
Reference in a new issue