me
/
guix
Archived
1
0
Fork 0

gnu: emacs-eglot: Update to 1.11.

* gnu/packages/emacs-xyz.scm (emacs-eglot): Update to 1.11.
master
Nicolas Goaziou 2023-01-28 10:56:30 +01:00
parent 2083bd052e
commit e1fc6f1f0d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -17399,7 +17399,7 @@ Emacs.")
(define-public emacs-eglot (define-public emacs-eglot
(package (package
(name "emacs-eglot") (name "emacs-eglot")
(version "1.10") (version "1.11")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -17407,7 +17407,7 @@ Emacs.")
".tar")) ".tar"))
(sha256 (sha256
(base32 (base32
"0iw1jnfsjd2yq73ic3cld8m51wyxdwn3kjv9ala28krvsvb4h3y4")))) "1ifnk4bznykj34s4yh0gq5nyzja7mlv60krxa47j842grpndq2hp"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-external-completion (list emacs-external-completion