guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-edit-server: Update to 1.15.


From: guix-commits
Subject: 01/02: gnu: emacs-edit-server: Update to 1.15.
Date: Sat, 6 Jun 2020 09:02:03 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a531168f5da6feb762c51c2f2ff88b0a5ee5cdc8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jun 6 14:53:38 2020 +0200

    gnu: emacs-edit-server: Update to 1.15.
    
    * gnu/packages/emacs-xyz.scm (emacs-edit-server): Update to 1.15.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3964891..0d6e7d0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14107,7 +14107,7 @@ confused by comments or @code{foo-bar} matching 
@code{foo}.")
 (define-public emacs-edit-server
   (package
     (name "emacs-edit-server")
-    (version "1.13")
+    (version "1.15")
     (source
      (origin
        (method git-fetch)
@@ -14116,7 +14116,7 @@ confused by comments or @code{foo-bar} matching 
@code{foo}.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "12dp1xj09jrp0kxp9xb6cak9dn6zkyis1wfn4fnhzmxxnrd8c5rn"))))
+        (base32 "0xxby3ghs38i1l7kag12rnzlzcg9297pm8k6kqq3aqzsg9d2950y"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases



reply via email to

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