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,19 +12810,17 @@ 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")
(commit "db9d41c9812a5a8a7b9a22fa7f3c314e37584d41"))
(package (package
(name "emacs-consult-eglot") (name "emacs-consult-eglot")
(version (git-version "0.2.0" revision commit)) (version "0.3.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/mohkale/consult-eglot") (url "https://github.com/mohkale/consult-eglot")
(commit commit))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 (base32
"1xcv9lj4r9s584gfkbqi9dmi045a3phb2x63fzfd7vpdy15xg47n")) "0mn9d87m05bhqrw7sscx4a2a5h7gkqyhv06a80ky9vbzlfjfk6hh"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (list emacs-consult emacs-eglot)) (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 (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