GNU bug report logs -
#76764
[PATCH] gnu: emacs-consult-eglot: Update to 0.5.0.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#76764: [PATCH] gnu: emacs-consult-eglot: Update to 0.5.0.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 76764 <at> debbugs.gnu.org.
--
76764: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76764
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
> * gnu/packages/emacs-xyz.scm (emacs-consult-eglot): Update to 0.5.0.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
[Message part 3 (message/rfc822, inline)]
* gnu/packages/emacs-xyz.scm (emacs-consult-eglot): Update to 0.5.0.
Change-Id: Ie1ade9e62de73b9ce2a0ccee8b4a32b624105525
---
gnu/packages/emacs-xyz.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2994780504..1be75cf7b0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13586,24 +13586,24 @@ (define-public emacs-consult-org-roam
(define-public emacs-consult-eglot
(package
(name "emacs-consult-eglot")
- (version "0.4.0")
+ (version "0.5.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/mohkale/consult-eglot")
(commit (string-append "v" version))))
(sha256
- (base32
- "0y3n161kfa4a791jh70n6k1s6vyv55lr3ly8zz2zww5gxkx8m137"))
+ (base32 "1xx5g4z4l0kanf2mh3f798gw8ydfzbx15wfyqrnhwhiljz796xis"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(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
+ (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:expat)))
(define-public emacs-consult-flycheck
(package
base-commit: a69a33645183fa3d55d54fe1534a9bb2a33a24a4
--
2.48.1
This bug report was last modified 76 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.