~ruther/guix-local

a63993c0311eab1474040cff6fafbdd07d7df3b2 — Nicolas Goaziou 6 months ago bd070b4
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
1 files changed, 4 insertions(+), 5 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +4 -5
@@ 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")