gnu: emacs-corfu: Update to 0.6.

* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.6.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
This commit is contained in:
Xinglu Chen 2021-05-05 15:18:03 +02:00 committed by Leo Prikler
parent c241b7ea63
commit de9c69516a
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -2586,7 +2586,7 @@ (define-public emacs-chronometrist
(define-public emacs-corfu
(package
(name "emacs-corfu")
(version "0.4")
(version "0.6")
(source (origin
(method git-fetch)
(uri (git-reference
@ -2595,7 +2595,7 @@ (define-public emacs-corfu
(file-name (git-file-name name version))
(sha256
(base32
"1yw90clfbqny2pchjc1cxqgr0gjag7bz6hys6jgidsxifzr662ps"))))
"03x1yxbq7aha9j1blhl3nb3s5dapsavymg9ydjqdbq9py26qavf0"))))
(build-system emacs-build-system)
(home-page "https://github.com/minad/corfu")
(synopsis "Completion overlay region function")