guix-commits
[Top][All Lists]
Advanced

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

01/18: gnu: emacs-eglot: Update to 1.16.


From: guix-commits
Subject: 01/18: gnu: emacs-eglot: Update to 1.16.
Date: Thu, 4 Jan 2024 06:11:26 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit cf51be825d8a5894ea36553b113ebc9dd8e5788f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jan 4 11:36:29 2024 +0100

    gnu: emacs-eglot: Update to 1.16.
    
    * gnu/packages/emacs-xyz.scm (emacs-eglot): Update to 1.16.
    
    Change-Id: I064f5f47f5405a84838314c66095abb230cb7df7
---
 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 bb3c905252..bbc2890286 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19496,7 +19496,7 @@ Emacs.")
 (define-public emacs-eglot
   (package
     (name "emacs-eglot")
-    (version "1.15")
+    (version "1.16")
     (source
      (origin
        (method url-fetch)
@@ -19504,7 +19504,7 @@ Emacs.")
                            ".tar"))
        (sha256
         (base32
-         "05brq76xbdkbhbn572n0hyz80lwc3ly5waaqsaan5l1apxgl6ww7"))))
+         "0zi2r8fp7acqlx8s4k2m9dc8w29bwsxyvfa6cnd1366nm3rlfybn"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-external-completion



reply via email to

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