diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-12-24 11:00:00 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-12-24 11:04:26 +0100 |
commit | dcf0b0ee2e990b2fe5f3de76cecb09b93025e4b1 (patch) | |
tree | 92b62b9f051397006be19bc9d4025b19c257e170 | |
parent | db1dcc5de9e3e1cc14dbef60ba5c649c9ce7c7b1 (diff) |
gnu: emacs-dape: Update to 0.19.0.
* gnu/packages/emacs-xyz.scm (emacs-dape): Update to 0.19.0.
Change-Id: I3367828b9ad536a41610a721b726a912fa116256
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index e38f366f621..8d33ed350a0 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -32545,7 +32545,7 @@ in Docker environment.") (define-public emacs-dape (package (name "emacs-dape") - (version "0.16.0") + (version "0.19.0") (source (origin (method git-fetch) @@ -32554,7 +32554,7 @@ in Docker environment.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1r1jmhfda1nfaf4qw6245m96p6jw1warq90b7wnagr3pv1ajvnkg")))) + (base32 "1mamaffrckihhp8mgr3ragdxi7l7aqaaacqcbdjhaszlv6lijivi")))) (build-system emacs-build-system) (arguments ;; FIXME python tests pass, JS tests require additional dependencies |