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:
Nicolas Goaziou 2024-12-24 11:00:00 +01:00
parent db1dcc5de9
commit dcf0b0ee2e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -32545,7 +32545,7 @@ in Docker environment.")
(define-public emacs-dape (define-public emacs-dape
(package (package
(name "emacs-dape") (name "emacs-dape")
(version "0.16.0") (version "0.19.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -32554,7 +32554,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 "1r1jmhfda1nfaf4qw6245m96p6jw1warq90b7wnagr3pv1ajvnkg")))) (base32 "1mamaffrckihhp8mgr3ragdxi7l7aqaaacqcbdjhaszlv6lijivi"))))
(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