guix_mirror_bot pushed a commit to branch master
in repository guix.
commit a63993c0311eab1474040cff6fafbdd07d7df3b2
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Wed Oct 29 11:45:10 2025 +0100
gnu: emacs-eglot: Update to 1.19.
* gnu/packages/emacs-xyz.scm (emacs-eglot): Update to 1.19.
[propagated-inputs]: Remove emacs-compat and emacs-track-changes; add
emacs-flymake.
Change-Id: I05f02b6a5946030133310b4658ab41dd89490de9
---
gnu/packages/emacs-xyz.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3e779c3b9a..c0a72da986 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23510,7 +23510,7 @@ lines, and @code{gc} to comment out the target of a
motion.")
(define-public emacs-eglot
(package
(name "emacs-eglot")
- (version "1.18")
+ (version "1.19")
(source
(origin
(method url-fetch)
@@ -23518,15 +23518,14 @@ lines, and @code{gc} to comment out the target of a
motion.")
".tar"))
(sha256
(base32
- "1zqs498yn3i8wn045jgq9nw4pddiyrwwgyq39mndzvgvi1j6a431"))))
+ "0bsz3grw41nh5r76brfdb4gb3hncs5chlhwsqm6qqg0ach69m7zi"))))
(build-system emacs-build-system)
(propagated-inputs
- (list emacs-compat
- emacs-eldoc
+ (list emacs-eldoc
emacs-external-completion
+ emacs-flymake
emacs-jsonrpc
emacs-project
- emacs-track-changes
emacs-xref))
(home-page "https://github.com/joaotavora/eglot")
(synopsis "Client for Language Server Protocol (LSP) servers")