gnu: emacs-dap-mode: Update to 0.7.

* gnu/packages/emacs-xyz.scm (emacs-dap-mode): Update to 0.7.
This commit is contained in:
Nicolas Goaziou 2021-09-07 09:44:09 +02:00
parent d905c34766
commit 4867738c7f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -23610,7 +23610,7 @@ (define-public emacs-lsp-treemacs
(define-public emacs-dap-mode
(package
(name "emacs-dap-mode")
(version "0.6")
(version "0.7")
(source
(origin
(method git-fetch)
@ -23619,7 +23619,7 @@ (define-public emacs-dap-mode
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1d4hdydfk86d4slibigyhwng8wx3vzyap8hp5iv0h7wr6868m4iv"))))
(base32 "1zczmcv8562lachkvcwy6njn7zkgny08iznpmrx821wr8mh52wnn"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-bui" ,emacs-bui)