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:
Nicolas Goaziou 2024-10-12 11:42:55 +02:00
parent d396afc6df
commit bbe732e59b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12810,28 +12810,26 @@ versions utilizing Consult's internal API.")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-consult-eglot (define-public emacs-consult-eglot
(let ((revision "0") (package
(commit "db9d41c9812a5a8a7b9a22fa7f3c314e37584d41")) (name "emacs-consult-eglot")
(package (version "0.3.0")
(name "emacs-consult-eglot") (source (origin
(version (git-version "0.2.0" revision commit)) (method git-fetch)
(source (origin (uri (git-reference
(method git-fetch) (url "https://github.com/mohkale/consult-eglot")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/mohkale/consult-eglot") (sha256
(commit commit))) (base32
(sha256 "0mn9d87m05bhqrw7sscx4a2a5h7gkqyhv06a80ky9vbzlfjfk6hh"))
(base32 (file-name (git-file-name name version))))
"1xcv9lj4r9s584gfkbqi9dmi045a3phb2x63fzfd7vpdy15xg47n")) (build-system emacs-build-system)
(file-name (git-file-name name version)))) (propagated-inputs (list emacs-consult emacs-eglot))
(build-system emacs-build-system) (home-page "https://github.com/mohkale/consult-eglot")
(propagated-inputs (list emacs-consult emacs-eglot)) (synopsis "Consulting-read interface for eglot")
(home-page "https://github.com/mohkale/consult-eglot") (description "This package acts as a parallel of consult-lsp for eglot and
(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
(package (package