gnu: emacs-cape: Update to 0.10.
* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.10.master
parent
c37b6fba1a
commit
ceaff4eb29
|
@ -3490,7 +3490,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.9")
|
(version "0.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3499,7 +3499,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 "09lzzhx438s9wlpmiyyx9bbb2hlscf415f080bkz6gyw4nsdh0g4"))))
|
(base32 "0kcnyzksj8yglk67g1130wxzscgipm7cz2hs8mvdqpcbz4i38jny"))))
|
||||||
(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")
|
||||||
|
|
Reference in New Issue