GNU bug report logs -
#43021
[PATCH] gnu: emacs-restclient: Update to 0-3.ac8aad6.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Mon, 24 Aug 2020 14:04:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-restclient): Update to 0-3.ac8aad6.
---
gnu/packages/emacs-xyz.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1efcf8f6a4..963894d3fe 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11681,9 +11681,9 @@ JSON objects.")
(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 @@ JSON objects.")
(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
--
2.28.0
This bug report was last modified 4 years and 357 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.