gnu: emacs-cape: Update to 0.13.
* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.13. [propagated-inputs]: Add EMACS-COMPAT.
This commit is contained in:
parent
7741a3efc8
commit
2c6f38c985
1 changed files with 4 additions and 2 deletions
|
@ -3840,7 +3840,7 @@ (define-public emacs-corfu-doc
|
||||||
(define-public emacs-cape
|
(define-public emacs-cape
|
||||||
(package
|
(package
|
||||||
(name "emacs-cape")
|
(name "emacs-cape")
|
||||||
(version "0.12")
|
(version "0.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3849,8 +3849,10 @@ (define-public emacs-cape
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1855wi6ghi42ngjq3qyjr3p1nc57s257v9c98wqmb2n6vca5p2lp"))))
|
(base32 "0nvmqfp9rv2mrisyvwfr285yww22c6wb5by3s25c83ay2ivpi8ya"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
(list emacs-compat))
|
||||||
(home-page "https://github.com/minad/cape")
|
(home-page "https://github.com/minad/cape")
|
||||||
(synopsis "Completion at point extensions for Emacs")
|
(synopsis "Completion at point extensions for Emacs")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue