mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-eglot: Update to 1.13.
* gnu/packages/emacs-xyz.scm (emacs-eglot): Update to 1.13.
This commit is contained in:
parent
2a3d773cbb
commit
858feeb801
1 changed files with 2 additions and 2 deletions
|
@ -17989,7 +17989,7 @@ Emacs.")
|
||||||
(define-public emacs-eglot
|
(define-public emacs-eglot
|
||||||
(package
|
(package
|
||||||
(name "emacs-eglot")
|
(name "emacs-eglot")
|
||||||
(version "1.11")
|
(version "1.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -17997,7 +17997,7 @@ Emacs.")
|
||||||
".tar"))
|
".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ifnk4bznykj34s4yh0gq5nyzja7mlv60krxa47j842grpndq2hp"))))
|
"1yg6ddldd2qnnhlhc2r5rq7rjc0pigqjgzpvnqqb33nssw1lkw82"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-external-completion
|
(list emacs-external-completion
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue