mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
d905c34766
commit
4867738c7f
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue