GNU bug report logs - #76764
[PATCH] gnu: emacs-consult-eglot: Update to 0.5.0.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Wed, 5 Mar 2025 13:28:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#76764: closed ([PATCH] gnu: emacs-consult-eglot: Update to
 0.5.0.)
Date: Fri, 07 Mar 2025 09:42:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 07 Mar 2025 10:40:24 +0100
with message-id <875xklch6f.fsf <at> nicolasgoaziou.fr>
and subject line Re: [PATCH] gnu: emacs-consult-eglot: Update to 0.5.0.
has caused the debbugs.gnu.org bug report #76764,
regarding [PATCH] gnu: emacs-consult-eglot: Update to 0.5.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> 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)]
From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: emacs-consult-eglot: Update to 0.5.0.
Date: Wed,  5 Mar 2025 14:26:43 +0100
* 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



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 76764-done <at> debbugs.gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: Re: [PATCH] gnu: emacs-consult-eglot: Update to 0.5.0.
Date: Fri, 07 Mar 2025 10:40:24 +0100
Hello,

> * gnu/packages/emacs-xyz.scm (emacs-consult-eglot): Update to 0.5.0.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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.