mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
7df90fd56b
commit
2f25868ed5
1 changed files with 5 additions and 4 deletions
|
@ -11681,9 +11681,9 @@ (define-public emacs-jsonrpc
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-restclient
|
||||
(let ((commit "422ee8d8b077dffe65706a0f027ed700b84746bc")
|
||||
(let ((commit "ac8aad6c6b9e9d918062fa3c89c22c2f4ec48bc3")
|
||||
(version "0")
|
||||
(revision "2")) ;Guix package revision,
|
||||
(revision "3")) ;Guix package revision,
|
||||
;upstream doesn't have official releases
|
||||
(package
|
||||
(name "emacs-restclient")
|
||||
|
@ -11695,11 +11695,12 @@ (define-public emacs-restclient
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"067nin7vxkdpffxa0q61ybv7szihhvpdinivmci9qkbb86rs9kkz"))
|
||||
"1a2c7xzy7rsan1zcdskia6m7n6j29xacfkqjlfdhzk6rr1bpzkwk"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-helm" ,emacs-helm)))
|
||||
`(("emacs-helm" ,emacs-helm)
|
||||
("emacs-jq-mode" ,emacs-jq-mode)))
|
||||
(home-page "https://github.com/pashky/restclient.el")
|
||||
(synopsis "Explore and test HTTP REST webservices")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue