gnu: emacs-eglot: Update to 1.18.

* gnu/packages/emacs-xyz.scm (emacs-eglot): Update to 1.18.
[propagated-inputs]: Add emacs-compat and emacs-track-changes.

Change-Id: Ie26d3d7874ebf03fa18c887f0df34e69006678fd
This commit is contained in:
Nicolas Goaziou 2025-01-26 20:47:15 +01:00
parent 1e7c6f4a17
commit 7c6e312946
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -21595,7 +21595,7 @@ Emacs.")
(define-public emacs-eglot
(package
(name "emacs-eglot")
(version "1.17")
(version "1.18")
(source
(origin
(method url-fetch)
@ -21603,14 +21603,16 @@ Emacs.")
".tar"))
(sha256
(base32
"1can988d7qdn0dj4wg8adjz1s9j5yin8bcp7ylhq1pr327d5flky"))))
"1zqs498yn3i8wn045jgq9nw4pddiyrwwgyq39mndzvgvi1j6a431"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-eldoc
(list emacs-compat
emacs-eldoc
emacs-external-completion
emacs-jsonrpc
emacs-project
emacs-seq
emacs-track-changes
emacs-xref))
(home-page "https://github.com/joaotavora/eglot")
(synopsis "Client for Language Server Protocol (LSP) servers")