mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: emacs-consult-lsp: Update to 2.1.
* gnu/packages/emacs-xyz.scm (emacs-consult-lsp): Update to 2.1. Change-Id: I0b5f83d2047ac7fd2c926ef3f92f4cbfa137ad40
This commit is contained in:
parent
67bcecc62d
commit
20076ab994
1 changed files with 2 additions and 2 deletions
|
@ -41711,7 +41711,7 @@ can bind a popon to a specific buffer to only show on that buffer.")
|
||||||
(define-public emacs-consult-lsp
|
(define-public emacs-consult-lsp
|
||||||
(package
|
(package
|
||||||
(name "emacs-consult-lsp")
|
(name "emacs-consult-lsp")
|
||||||
(version "1.1")
|
(version "2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -41720,7 +41720,7 @@ can bind a popon to a specific buffer to only show on that buffer.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0bnq8jahcyjsai1y4ngdq08y77m1hn78h3p48czr7sg907nr42yh"))))
|
(base32 "1y0dgpgvw90phqi44dyijnnz3z0rys4bkmbnrkkx2fbd3pyvqs1i"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs (list emacs-consult emacs-lsp-mode emacs-f))
|
(propagated-inputs (list emacs-consult emacs-lsp-mode emacs-f))
|
||||||
(home-page "https://github.com/gagbo/consult-lsp/")
|
(home-page "https://github.com/gagbo/consult-lsp/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue