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 2c97180b80 gnu: emacs-dape: Update to 0.25.0.
2c97180b80 is described below

commit 2c97180b80b868dd5e184caec4884bee386ee3cd
Author: Jelle Licht <[email protected]>
AuthorDate: Mon Oct 13 10:43:27 2025 +0200

    gnu: emacs-dape: Update to 0.25.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-dape): Update to 0.25.0.
    
    Change-Id: Icb29ef8e3d85ba5664202ab27a98b5df60d23bb9
    Signed-off-by: jgart <[email protected]>
---
 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 5ce9e05637..aabfbef64c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35631,7 +35631,7 @@ in Docker environment.")
 (define-public emacs-dape
   (package
     (name "emacs-dape")
-    (version "0.24.1")
+    (version "0.25.0")
     (source
      (origin
        (method git-fetch)
@@ -35640,7 +35640,7 @@ in Docker environment.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0xlgshrhm09azy5afrlrdxlnyb08p7v06vb6mws6ii3pbr50y3k7"))))
+        (base32 "1mj9xqpsaylf7qg7b4a2bhb3gf7wgv9wjphzkwc694sd079i2yyn"))))
     (build-system emacs-build-system)
     (arguments
      ;; FIXME python tests pass, JS tests require additional dependencies

Reply via email to