me
/
guix
Archived
1
0
Fork 0

gnu: emacs-corfu: Update to 0.20.

* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.20.
master
Nicolas Goaziou 2022-03-09 13:26:12 +01:00
parent ca588fdfde
commit 1d7b1128ca
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -3055,7 +3055,7 @@ of bibliographic references.")
(define-public emacs-corfu
(package
(name "emacs-corfu")
(version "0.19")
(version "0.20")
(source
(origin
(method git-fetch)
@ -3064,7 +3064,7 @@ of bibliographic references.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1b7kdgiqww419f2npkwslg5h2js897550rs578gvjax1mmqjd5xd"))))
(base32 "14hz2frz55smzhamynkahys2m4qbm9pha9w9v2rwaffw89jg6ia9"))))
(build-system emacs-build-system)
(home-page "https://github.com/minad/corfu")
(synopsis "Completion overlay region function")