mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-eglot: Update to 1.14.
* gnu/packages/emacs-xyz.scm (emacs-eglot): Update to 1.14.
This commit is contained in:
parent
450045b5c3
commit
36e4b91b0c
1 changed files with 2 additions and 2 deletions
|
@ -18120,7 +18120,7 @@ (define-public emacs-commander
|
|||
(define-public emacs-eglot
|
||||
(package
|
||||
(name "emacs-eglot")
|
||||
(version "1.13")
|
||||
(version "1.14")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -18128,7 +18128,7 @@ (define-public emacs-eglot
|
|||
".tar"))
|
||||
(sha256
|
||||
(base32
|
||||
"1yg6ddldd2qnnhlhc2r5rq7rjc0pigqjgzpvnqqb33nssw1lkw82"))))
|
||||
"0aw28gdx90k87czxf436r9bva58bal55cdnp90ga36c89wzdjznj"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-external-completion
|
||||
|
|
Loading…
Reference in a new issue