mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-eglot: Update to 1.16.
* gnu/packages/emacs-xyz.scm (emacs-eglot): Update to 1.16. Change-Id: I064f5f47f5405a84838314c66095abb230cb7df7
This commit is contained in:
parent
1eccfd2b01
commit
cf51be825d
1 changed files with 2 additions and 2 deletions
|
@ -19496,7 +19496,7 @@ (define-public emacs-commander
|
|||
(define-public emacs-eglot
|
||||
(package
|
||||
(name "emacs-eglot")
|
||||
(version "1.15")
|
||||
(version "1.16")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -19504,7 +19504,7 @@ (define-public emacs-eglot
|
|||
".tar"))
|
||||
(sha256
|
||||
(base32
|
||||
"05brq76xbdkbhbn572n0hyz80lwc3ly5waaqsaan5l1apxgl6ww7"))))
|
||||
"0zi2r8fp7acqlx8s4k2m9dc8w29bwsxyvfa6cnd1366nm3rlfybn"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-external-completion
|
||||
|
|
Loading…
Reference in a new issue