gnu: emacs-cape: Update to 0.6.
* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.6.master
parent
a80eea859a
commit
645b06ed45
|
@ -3007,7 +3007,7 @@ overlay below or above the point. Corfu can be considered the minimalistic
|
||||||
(define-public emacs-cape
|
(define-public emacs-cape
|
||||||
(package
|
(package
|
||||||
(name "emacs-cape")
|
(name "emacs-cape")
|
||||||
(version "0.5")
|
(version "0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3016,7 +3016,7 @@ overlay below or above the point. Corfu can be considered the minimalistic
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0780qymlrg3glyxypizqzwicp5ly5xavxgpmayhx8cxlgp2zlkjh"))))
|
(base32 "1bmxpfp0zs24lbp1mlcc66f4s5gxgrj78001h241mzndc3kaiqfk"))))
|
||||||
(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