mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: emacs-dape: Update to 0.25.0.
* gnu/packages/emacs-xyz.scm (emacs-dape): Update to 0.25.0. Change-Id: Icb29ef8e3d85ba5664202ab27a98b5df60d23bb9 Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
9584d0c8d5
commit
2c97180b80
1 changed files with 2 additions and 2 deletions
|
|
@ -35631,7 +35631,7 @@ in Docker environment.")
|
|||
(define-public emacs-dape
|
||||
(package
|
||||
(name "emacs-dape")
|
||||
(version "0.24.1")
|
||||
(version "0.25.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -35640,7 +35640,7 @@ in Docker environment.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0xlgshrhm09azy5afrlrdxlnyb08p7v06vb6mws6ii3pbr50y3k7"))))
|
||||
(base32 "1mj9xqpsaylf7qg7b4a2bhb3gf7wgv9wjphzkwc694sd079i2yyn"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
;; FIXME python tests pass, JS tests require additional dependencies
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue