mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
|
(define-public emacs-dape
|
||||||
(package
|
(package
|
||||||
(name "emacs-dape")
|
(name "emacs-dape")
|
||||||
(version "0.15.0")
|
(version "0.16.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -32003,7 +32003,7 @@ in Docker environment.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "04k1bppkb5sd06cy1vz8yd9jmbd9mnqb54gglxwrbk9x6gxbbcfk"))))
|
(base32 "1r1jmhfda1nfaf4qw6245m96p6jw1warq90b7wnagr3pv1ajvnkg"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; FIXME python tests pass, JS tests require additional dependencies
|
;; FIXME python tests pass, JS tests require additional dependencies
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue