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
|
(define-public emacs-consult-eglot
|
||||||
(package
|
(package
|
||||||
(name "emacs-consult-eglot")
|
(name "emacs-consult-eglot")
|
||||||
(version "0.4.0")
|
(version "0.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -13598,7 +13598,7 @@ versions utilizing Consult's internal API.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0y3n161kfa4a791jh70n6k1s6vyv55lr3ly8zz2zww5gxkx8m137"))
|
"1xx5g4z4l0kanf2mh3f798gw8ydfzbx15wfyqrnhwhiljz796xis"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs (list emacs-consult emacs-eglot))
|
(propagated-inputs (list emacs-consult emacs-eglot))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue