mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-consult-eglot: Update to 0.5.0.
* gnu/packages/emacs-xyz.scm (emacs-consult-eglot): Update to 0.5.0. Change-Id: I043f2939449735bb06052180a7a804852e9b9fe5 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
2e81b8145b
commit
b4e8eb2795
1 changed files with 2 additions and 2 deletions
|
@ -13590,7 +13590,7 @@ versions utilizing Consult's internal API.")
|
|||
(define-public emacs-consult-eglot
|
||||
(package
|
||||
(name "emacs-consult-eglot")
|
||||
(version "0.4.0")
|
||||
(version "0.5.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -13598,7 +13598,7 @@ versions utilizing Consult's internal API.")
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"0y3n161kfa4a791jh70n6k1s6vyv55lr3ly8zz2zww5gxkx8m137"))
|
||||
"1xx5g4z4l0kanf2mh3f798gw8ydfzbx15wfyqrnhwhiljz796xis"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-consult emacs-eglot))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue