gnu: emacs-cape: Update to 0.9.
* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.9.
This commit is contained in:
parent
de257d1ffc
commit
243e326575
@ -3331,7 +3331,7 @@ be regarded as @code{emacs-company-quickhelp} for @code{emacs-corfu}.")
|
|||||||
(define-public emacs-cape
|
(define-public emacs-cape
|
||||||
(package
|
(package
|
||||||
(name "emacs-cape")
|
(name "emacs-cape")
|
||||||
(version "0.8")
|
(version "0.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -3340,7 +3340,7 @@ be regarded as @code{emacs-company-quickhelp} for @code{emacs-corfu}.")
|
|||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0zv3hcnarwyhj4hhfk9kz4gzshks10vd5zfsmpv5nlbhvwp69j3p"))))
|
(base32 "09lzzhx438s9wlpmiyyx9bbb2hlscf415f080bkz6gyw4nsdh0g4"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(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")
|
||||||
|
Loading…
Reference in New Issue
Block a user