guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 58f932763a4817cae8c701b142874ce171bfe42d
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Feb 2 23:00:19 2026 +0100

    gnu: emacs-eglot: Update to 1.21.
    
    * gnu/packages/emacs-xyz.scm (emacs-eglot): Update to 1.21.
    
    Change-Id: Id3063e6164cf3ebe120232b1639d6f204e54c9a8
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 89242985c6..75c30765d2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24511,7 +24511,7 @@ lines, and @code{gc} to comment out the target of a 
motion.")
 (define-public emacs-eglot
   (package
     (name "emacs-eglot")
-    (version "1.19")
+    (version "1.21")
     (source
      (origin
        (method url-fetch)
@@ -24519,7 +24519,7 @@ lines, and @code{gc} to comment out the target of a 
motion.")
                            ".tar"))
        (sha256
         (base32
-         "0bsz3grw41nh5r76brfdb4gb3hncs5chlhwsqm6qqg0ach69m7zi"))))
+         "03fx22rv8ijxq0jnn7xlfqhkpk2b109ygpjbcchp41sa4q7d6nbl"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-eldoc

Reply via email to