This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 48b9e7ea5a gnu: emacs-dape: Update to 0.26.0.
48b9e7ea5a is described below

commit 48b9e7ea5ab8db501f87cfe01f7afc6d9c5921d5
Author: jgart <[email protected]>
AuthorDate: Tue Feb 10 12:57:43 2026 -0500

    gnu: emacs-dape: Update to 0.26.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-dape): Update to 0.26.0.
    
    Change-Id: Ib51d849db241343b99ce82507c18591610b4dd8c
---
 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 056db21d17..3d0420e057 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -36789,7 +36789,7 @@ in Docker environment.")
 (define-public emacs-dape
   (package
     (name "emacs-dape")
-    (version "0.25.0")
+    (version "0.26.0")
     (source
      (origin
        (method git-fetch)
@@ -36798,7 +36798,7 @@ in Docker environment.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1mj9xqpsaylf7qg7b4a2bhb3gf7wgv9wjphzkwc694sd079i2yyn"))))
+        (base32 "0pib99g20kx7jqxbr7xv6xgpihjrb1yyd84qs05i0xscpgy8yj9l"))))
     (build-system emacs-build-system)
     (arguments
      ;; FIXME python tests pass, JS tests require additional dependencies

Reply via email to