gnu: emacs-restclient: Update to 0-3.ac8aad6.

* gnu/packages/emacs-xyz.scm (emacs-restclient): Update to 0-3.ac8aad6.
[propagated-inputs]: Add emacs-jq-mode.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Michael Rohleder 2020-08-24 16:02:24 +02:00 committed by Nicolas Goaziou
parent 7df90fd56b
commit 2f25868ed5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11681,9 +11681,9 @@ (define-public emacs-jsonrpc
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-restclient (define-public emacs-restclient
(let ((commit "422ee8d8b077dffe65706a0f027ed700b84746bc") (let ((commit "ac8aad6c6b9e9d918062fa3c89c22c2f4ec48bc3")
(version "0") (version "0")
(revision "2")) ;Guix package revision, (revision "3")) ;Guix package revision,
;upstream doesn't have official releases ;upstream doesn't have official releases
(package (package
(name "emacs-restclient") (name "emacs-restclient")
@ -11695,11 +11695,12 @@ (define-public emacs-restclient
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 (base32
"067nin7vxkdpffxa0q61ybv7szihhvpdinivmci9qkbb86rs9kkz")) "1a2c7xzy7rsan1zcdskia6m7n6j29xacfkqjlfdhzk6rr1bpzkwk"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-helm" ,emacs-helm))) `(("emacs-helm" ,emacs-helm)
("emacs-jq-mode" ,emacs-jq-mode)))
(home-page "https://github.com/pashky/restclient.el") (home-page "https://github.com/pashky/restclient.el")
(synopsis "Explore and test HTTP REST webservices") (synopsis "Explore and test HTTP REST webservices")
(description (description