mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-consult-eglot: Update to 0.3.0.
* gnu/packages/emacs-xyz.scm (emacs-consult-eglot): Update to 0.3.0. Change-Id: I281e1ff27af3ba880a2e4e5b7e8ada59eddb1412
This commit is contained in:
parent
d396afc6df
commit
bbe732e59b
1 changed files with 18 additions and 20 deletions
|
@ -12810,19 +12810,17 @@ versions utilizing Consult's internal API.")
|
|||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-consult-eglot
|
||||
(let ((revision "0")
|
||||
(commit "db9d41c9812a5a8a7b9a22fa7f3c314e37584d41"))
|
||||
(package
|
||||
(name "emacs-consult-eglot")
|
||||
(version (git-version "0.2.0" revision commit))
|
||||
(version "0.3.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/mohkale/consult-eglot")
|
||||
(commit commit)))
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"1xcv9lj4r9s584gfkbqi9dmi045a3phb2x63fzfd7vpdy15xg47n"))
|
||||
"0mn9d87m05bhqrw7sscx4a2a5h7gkqyhv06a80ky9vbzlfjfk6hh"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-consult emacs-eglot))
|
||||
|
@ -12831,7 +12829,7 @@ versions utilizing Consult's internal API.")
|
|||
(description "This package acts as a parallel of consult-lsp for eglot and
|
||||
provides a front-end interface for the workspace/symbols LSP procedure
|
||||
call.")
|
||||
(license license:gpl3+))))
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-consult-flycheck
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue