mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01: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 @@ (define-public emacs-consult-org-roam
|
|||
(define-public emacs-consult-eglot
|
||||
(package
|
||||
(name "emacs-consult-eglot")
|
||||
(version "0.3.0")
|
||||
(version "0.4.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -13374,7 +13374,7 @@ (define-public emacs-consult-eglot
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"0mn9d87m05bhqrw7sscx4a2a5h7gkqyhv06a80ky9vbzlfjfk6hh"))
|
||||
"0y3n161kfa4a791jh70n6k1s6vyv55lr3ly8zz2zww5gxkx8m137"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-consult emacs-eglot))
|
||||
|
|
Loading…
Reference in a new issue