mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: emacs-dape: Update to 0.16.0.
* gnu/packages/emacs-xyz.scm (emacs-dape): Update to 0.16.0. Change-Id: I4f0b380550a211f19318b1eebf91376e1c146ae9
This commit is contained in:
parent
d092459081
commit
4e16f43a26
1 changed files with 2 additions and 2 deletions
|
@ -31994,7 +31994,7 @@ in Docker environment.")
|
|||
(define-public emacs-dape
|
||||
(package
|
||||
(name "emacs-dape")
|
||||
(version "0.15.0")
|
||||
(version "0.16.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -32003,7 +32003,7 @@ in Docker environment.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "04k1bppkb5sd06cy1vz8yd9jmbd9mnqb54gglxwrbk9x6gxbbcfk"))))
|
||||
(base32 "1r1jmhfda1nfaf4qw6245m96p6jw1warq90b7wnagr3pv1ajvnkg"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
;; FIXME python tests pass, JS tests require additional dependencies
|
||||
|
|
Loading…
Add table
Reference in a new issue