mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-dape: Update to 0.19.0.
* gnu/packages/emacs-xyz.scm (emacs-dape): Update to 0.19.0. Change-Id: I3367828b9ad536a41610a721b726a912fa116256
This commit is contained in:
parent
db1dcc5de9
commit
dcf0b0ee2e
1 changed files with 2 additions and 2 deletions
|
@ -32545,7 +32545,7 @@ in Docker environment.")
|
|||
(define-public emacs-dape
|
||||
(package
|
||||
(name "emacs-dape")
|
||||
(version "0.16.0")
|
||||
(version "0.19.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -32554,7 +32554,7 @@ in Docker environment.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1r1jmhfda1nfaf4qw6245m96p6jw1warq90b7wnagr3pv1ajvnkg"))))
|
||||
(base32 "1mamaffrckihhp8mgr3ragdxi7l7aqaaacqcbdjhaszlv6lijivi"))))
|
||||
(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