mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 02:20:53 +02:00
gnu: emacs-dape: Update to 0.24.0.
* gnu/packages/emacs-xyz.scm (emacs-dape): Update to 0.24.0. Change-Id: Id283e7a52ed1f5af2377b3bf7db33317f0e6ed02
This commit is contained in:
parent
ad2340503b
commit
c4f25bbd7e
1 changed files with 2 additions and 2 deletions
|
@ -34001,7 +34001,7 @@ in Docker environment.")
|
|||
(define-public emacs-dape
|
||||
(package
|
||||
(name "emacs-dape")
|
||||
(version "0.23.0")
|
||||
(version "0.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -34010,7 +34010,7 @@ in Docker environment.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "043rpkvzhh9kiz2di349n6am1xp9d26gn4dz3zzn6d89fhl3bpkh"))))
|
||||
(base32 "0rbqi082kn30qqji7is13cw34wgqbynf4cxcy8kh9vq1b1g5nmmh"))))
|
||||
(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