gnu: emacs-cape: Update to 0.12.

* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.12.
This commit is contained in:
Nicolas Goaziou 2023-01-01 11:18:10 +01:00
parent 992f3edc34
commit 98384b799d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3780,7 +3780,7 @@ (define-public emacs-corfu-doc
(define-public emacs-cape
(package
(name "emacs-cape")
(version "0.11")
(version "0.12")
(source
(origin
(method git-fetch)
@ -3789,7 +3789,7 @@ (define-public emacs-cape
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0z6ixw7gsx1g7x2xpj5ilslrjrlp6x2ynzh731hs3yf3n281715b"))))
(base32 "1855wi6ghi42ngjq3qyjr3p1nc57s257v9c98wqmb2n6vca5p2lp"))))
(build-system emacs-build-system)
(home-page "https://github.com/minad/cape")
(synopsis "Completion at point extensions for Emacs")