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: Cayetano Santos <csantosb <at> inventati.org>
To: 76764 <at> debbugs.gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [bug#76764] [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





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.