mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
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
This commit is contained in:
parent
2fd01433c4
commit
d4e3ef5676
1 changed files with 7 additions and 3 deletions
|
@ -30913,7 +30913,7 @@ (define-public emacs-lsp-docker
|
|||
(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 @@ (define-public emacs-dap-mode
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue