gnu: emacs-cape: Update to 0.9.

* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.9.
This commit is contained in:
Nicolas Goaziou 2022-09-09 21:23:37 +02:00
parent de257d1ffc
commit 243e326575
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -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")