gnu: emacs-corfu: Update to 0.10.

* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.10.
This commit is contained in:
Nicolas Goaziou 2021-07-25 21:38:35 +02:00
parent 1d8521db83
commit 4755de6ed8
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2819,16 +2819,16 @@ (define-public emacs-citeproc-el
(define-public emacs-corfu
(package
(name "emacs-corfu")
(version "0.9")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/minad/corfu")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0265kld5vg870n1zaks42qdawl03zi6rjhffrkkngwgs9i9ap30i"))))
(version "0.10")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/minad/corfu")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1z61qrwjg1d28vhh39yrbrxsjbmnqws74bs3dwbw7d854d5wsy9q"))))
(build-system emacs-build-system)
(home-page "https://github.com/minad/corfu")
(synopsis "Completion overlay region function")