mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
1e7c6f4a17
commit
7c6e312946
1 changed files with 5 additions and 3 deletions
|
@ -21595,7 +21595,7 @@ Emacs.")
|
||||||
(define-public emacs-eglot
|
(define-public emacs-eglot
|
||||||
(package
|
(package
|
||||||
(name "emacs-eglot")
|
(name "emacs-eglot")
|
||||||
(version "1.17")
|
(version "1.18")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -21603,14 +21603,16 @@ Emacs.")
|
||||||
".tar"))
|
".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1can988d7qdn0dj4wg8adjz1s9j5yin8bcp7ylhq1pr327d5flky"))))
|
"1zqs498yn3i8wn045jgq9nw4pddiyrwwgyq39mndzvgvi1j6a431"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-eldoc
|
(list emacs-compat
|
||||||
|
emacs-eldoc
|
||||||
emacs-external-completion
|
emacs-external-completion
|
||||||
emacs-jsonrpc
|
emacs-jsonrpc
|
||||||
emacs-project
|
emacs-project
|
||||||
emacs-seq
|
emacs-seq
|
||||||
|
emacs-track-changes
|
||||||
emacs-xref))
|
emacs-xref))
|
||||||
(home-page "https://github.com/joaotavora/eglot")
|
(home-page "https://github.com/joaotavora/eglot")
|
||||||
(synopsis "Client for Language Server Protocol (LSP) servers")
|
(synopsis "Client for Language Server Protocol (LSP) servers")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue