gnu: emacs-eglot: Update to 1.8.

* gnu/packages/emacs-xyz.scm (emacs-eglot): Update to 1.8.
This commit is contained in:
Nicolas Goaziou 2022-01-13 00:17:18 +01:00
parent a343312ec6
commit 20f798f30f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -14437,14 +14437,14 @@ (define-public emacs-commander
(define-public emacs-eglot
(package
(name "emacs-eglot")
(version "1.7")
(version "1.8")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"eglot-" version ".tar"))
(sha256
(base32 "1zvs144hxq2mmq1h0ynx9hy7yyccb46f3pjg9mgq8v9cw5y678vk"))))
(base32 "1n04jnf3wwpxafrzfd02l53wf90brjc8p835f84k0n0rjxin99k5"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-eldoc emacs-jsonrpc emacs-project))