mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: emacs-dape: Update to 0.21.0.
* gnu/packages/emacs-xyz.scm (emacs-dape): Update to 0.21.0. Change-Id: Ia22f8f3a5630e6f8588965546494145dd84f93d9
This commit is contained in:
parent
4fef7b2694
commit
9edb4fe373
1 changed files with 2 additions and 2 deletions
|
@ -32670,7 +32670,7 @@ (define-public emacs-lsp-docker
|
|||
(define-public emacs-dape
|
||||
(package
|
||||
(name "emacs-dape")
|
||||
(version "0.19.0")
|
||||
(version "0.21.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -32679,7 +32679,7 @@ (define-public emacs-dape
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1mamaffrckihhp8mgr3ragdxi7l7aqaaacqcbdjhaszlv6lijivi"))))
|
||||
(base32 "0vf479khsigwgdl8r419lh5lmarpy5dddw5v4z7cavwa5dxxsxns"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
;; FIXME python tests pass, JS tests require additional dependencies
|
||||
|
|
Loading…
Reference in a new issue