guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-restclient: Update to 0-3.ac8aad6.


From: guix-commits
Subject: branch master updated: gnu: emacs-restclient: Update to 0-3.ac8aad6.
Date: Tue, 25 Aug 2020 03:42:37 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2f25868  gnu: emacs-restclient: Update to 0-3.ac8aad6.
2f25868 is described below

commit 2f25868ed5333f33f24b1f2dc95c1a733c51ee5b
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Mon Aug 24 16:02:24 2020 +0200

    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>
---
 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 1efcf8f..963894d 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]