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