mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: emacs-consult-eglot: Update to 0.4.0.
* gnu/packages/emacs-xyz.scm (emacs-consult-eglot): Update to 0.4.0. Change-Id: I20b73a288461b8c388931058bccb4b545ee16880
This commit is contained in:
parent
f91b6d09bd
commit
3bd8c7759f
1 changed files with 2 additions and 2 deletions
|
@ -13366,7 +13366,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.3.0")
|
(version "0.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -13374,7 +13374,7 @@ versions utilizing Consult's internal API.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mn9d87m05bhqrw7sscx4a2a5h7gkqyhv06a80ky9vbzlfjfk6hh"))
|
"0y3n161kfa4a791jh70n6k1s6vyv55lr3ly8zz2zww5gxkx8m137"))
|
||||||
(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