mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-dape: Update to 0.14.0.
* gnu/packages/emacs-xyz.scm (emacs-dape): Update to 0.14.0. Change-Id: I262ae61eaaf5a29ae114a058b51da5e1f1f07e8d
This commit is contained in:
parent
b4f3bb565b
commit
f284122832
1 changed files with 44 additions and 46 deletions
|
@ -31513,20 +31513,18 @@ in Docker environment.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-dape
|
(define-public emacs-dape
|
||||||
(let ((commit "51fad7df7473778fbc4bac703317de7f7713b307")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-dape")
|
(name "emacs-dape")
|
||||||
(version (git-version "0.12.0" revision commit))
|
(version "0.14.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/svaante/dape")
|
(url "https://github.com/svaante/dape")
|
||||||
(commit commit)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1jics02b9fxjs0lykiv7z924z18id550mqhf6piqzv0sgan91pg2"))))
|
(base32 "0227i5z9vkr2l9isrlssdwda844jvpcs4i9ryj0cwj6i60jbf1g3"))))
|
||||||
(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
|
||||||
|
@ -31562,7 +31560,7 @@ much like its more well-known counterpart, the language server protocol,
|
||||||
aims to establish a common API for programming tools. However, instead of
|
aims to establish a common API for programming tools. However, instead of
|
||||||
functionalities such as code completions, it provides a standardized
|
functionalities such as code completions, it provides a standardized
|
||||||
interface for debuggers.")
|
interface for debuggers.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-dap-mode
|
(define-public emacs-dap-mode
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue