guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-edit-server: Update to 1.16.


From: guix-commits
Subject: branch master updated: gnu: emacs-edit-server: Update to 1.16.
Date: Wed, 17 Feb 2021 08:01:45 -0500

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 260b6d5  gnu: emacs-edit-server: Update to 1.16.
260b6d5 is described below

commit 260b6d5554f24657058fbae0955897c674402c2c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 17 14:01:05 2021 +0100

    gnu: emacs-edit-server: Update to 1.16.
    
    * gnu/packages/emacs-xyz.scm (emacs-edit-server): Update to 1.16.
    [propagated-inputs]: Add emacs-ert-async.
---
 gnu/packages/emacs-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c14d658..a40dac7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16430,7 +16430,7 @@ mode.")
 (define-public emacs-edit-server
   (package
     (name "emacs-edit-server")
-    (version "1.15")
+    (version "1.16")
     (source
      (origin
        (method git-fetch)
@@ -16439,7 +16439,7 @@ mode.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0xxby3ghs38i1l7kag12rnzlzcg9297pm8k6kqq3aqzsg9d2950y"))))
+        (base32 "0m7gj224sqxjjw5sxky92fnrxg9jy4nf33kwf0aqxnfhqlgh545k"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases
@@ -16448,6 +16448,7 @@ mode.")
            ;; Elisp directory is not in root of the source.
            (lambda _
              (chdir "servers"))))))
+    (propagated-inputs `(("emacs-ert-async" ,emacs-ert-async)))
     (home-page "https://github.com/stsquad/emacs_chrome";)
     (synopsis "Server that responds to edit requests from Chromium")
     (description



reply via email to

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