mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-dape: Update to 0.22.0.
* gnu/packages/emacs-xyz.scm (emacs-dape): Update to 0.22.0. Change-Id: Id6a988d3263ef858b268506494ab6888c832ac83
This commit is contained in:
parent
97fee203a5
commit
d6c664143f
1 changed files with 2 additions and 2 deletions
|
@ -32970,7 +32970,7 @@ in Docker environment.")
|
||||||
(define-public emacs-dape
|
(define-public emacs-dape
|
||||||
(package
|
(package
|
||||||
(name "emacs-dape")
|
(name "emacs-dape")
|
||||||
(version "0.21.0")
|
(version "0.22.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -32979,7 +32979,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 "0vf479khsigwgdl8r419lh5lmarpy5dddw5v4z7cavwa5dxxsxns"))))
|
(base32 "0zxv49fd6m7xsaa6d9lyhjmnnxihlkycp3vin836qmk9cq6a7dlp"))))
|
||||||
(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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue