gnu: emacs-consult-eglot: Update 0.2.0-0.db9d41c.

* gnu/packages/emacs-xyz.scm (emacs-consult-eglot): Update 0.2.0-0.db9d41c.

Signed-off-by: Andrew Tropin <andrew@trop.in>
Co-authored-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
Kabelo M'sobomvu Moiloa 2023-09-06 18:44:02 +02:00 committed by Andrew Tropin
parent 33a0a80702
commit 811f4fc509
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -11581,25 +11581,28 @@ versions utilizing Consult's internal API.")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-consult-eglot (define-public emacs-consult-eglot
(package (let ((revision "0")
(name "emacs-consult-eglot") (commit "db9d41c9812a5a8a7b9a22fa7f3c314e37584d41"))
(version "0.2.0") (package
(source (origin (name "emacs-consult-eglot")
(method git-fetch) (version (git-version "0.2.0" revision commit))
(uri (git-reference (source (origin
(url "https://github.com/mohkale/consult-eglot") (method git-fetch)
(commit (string-append "v" version)))) (uri (git-reference
(sha256 (url "https://github.com/mohkale/consult-eglot")
(base32 "1qxk1npxbf8m3g9spikgdxcf6mzjx6cwy3f5vn6zz5ksh14xw3sd")) (commit commit)))
(file-name (git-file-name name version)))) (sha256
(build-system emacs-build-system) (base32
(propagated-inputs (list emacs-consult emacs-eglot)) "1xcv9lj4r9s584gfkbqi9dmi045a3phb2x63fzfd7vpdy15xg47n"))
(home-page "https://github.com/mohkale/consult-eglot") (file-name (git-file-name name version))))
(synopsis "Consulting-read interface for eglot") (build-system emacs-build-system)
(description "This package acts as a parallel of consult-lsp for eglot and (propagated-inputs (list emacs-consult emacs-eglot))
(home-page "https://github.com/mohkale/consult-eglot")
(synopsis "Consulting-read interface for eglot")
(description "This package acts as a parallel of consult-lsp for eglot and
provides a front-end interface for the workspace/symbols LSP procedure provides a front-end interface for the workspace/symbols LSP procedure
call.") call.")
(license license:gpl3+))) (license license:gpl3+))))
(define-public emacs-consult-flycheck (define-public emacs-consult-flycheck
;; This particular commit introduces bug fixes above latest release. ;; This particular commit introduces bug fixes above latest release.