mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ in Docker environment.")
|
|||
(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 @@ in Docker environment.")
|
|||
(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…
Add table
Add a link
Reference in a new issue