Archived
1
0
Fork 0

gnu: emacs-eglot: Update to 1.14.

* gnu/packages/emacs-xyz.scm (emacs-eglot): Update to 1.14.
This commit is contained in:
Nicolas Goaziou 2023-04-04 22:13:16 +02:00
parent 450045b5c3
commit 36e4b91b0c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -18120,7 +18120,7 @@ Emacs.")
(define-public emacs-eglot (define-public emacs-eglot
(package (package
(name "emacs-eglot") (name "emacs-eglot")
(version "1.13") (version "1.14")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -18128,7 +18128,7 @@ Emacs.")
".tar")) ".tar"))
(sha256 (sha256
(base32 (base32
"1yg6ddldd2qnnhlhc2r5rq7rjc0pigqjgzpvnqqb33nssw1lkw82")))) "0aw28gdx90k87czxf436r9bva58bal55cdnp90ga36c89wzdjznj"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-external-completion (list emacs-external-completion