guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/25: gnu: emacs-dap-mode: Update to 0.8.


From: guix-commits
Subject: 04/25: gnu: emacs-dap-mode: Update to 0.8.
Date: Tue, 30 Apr 2024 13:17:36 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d4e3ef56761381b8fcf024fa252f9d0a47cbe582
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Apr 30 18:30:06 2024 +0200

    gnu: emacs-dap-mode: Update to 0.8.
    
    * gnu/packages/emacs-xyz.scm (emacs-dap-mode): Update to 0.8.
    [propagated-inputs]: Add EMACS-LSP-DOCKER.
    
    Change-Id: Ibd55c9c8b55998c47a6737e50fbaab4727e5acbc
---
 gnu/packages/emacs-xyz.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8e19bbd14e..baaa784bbd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30913,7 +30913,7 @@ in Docker environment.")
 (define-public emacs-dap-mode
   (package
     (name "emacs-dap-mode")
-    (version "0.7")
+    (version "0.8")
     (source
      (origin
        (method git-fetch)
@@ -30922,12 +30922,16 @@ in Docker environment.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1zczmcv8562lachkvcwy6njn7zkgny08iznpmrx821wr8mh52wnn"))))
+        (base32 "177ira42l1p7zjb24c0vp4biip9sczlvbgzfahp4mhgfd9h8a6bx"))))
     (build-system emacs-build-system)
     (arguments
      (list #:include #~(cons* "\\.png$" %default-include)))
     (propagated-inputs
-     (list emacs-bui emacs-lsp-mode emacs-posframe emacs-lsp-treemacs))
+     (list emacs-bui
+           emacs-lsp-docker
+           emacs-lsp-mode
+           emacs-posframe
+           emacs-lsp-treemacs))
     (home-page "https://emacs-lsp.github.io/dap-mode";)
     (synopsis "Emacs client/library for Debug Adapter Protocol")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]