me
/
guix
Archived
1
0
Fork 0

gnu: emacs-corfu: Update to 0.13.

* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.13.
master
Nicolas Goaziou 2021-10-12 08:54:40 +02:00
parent 03f6a44cfc
commit 7029981c97
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -2905,7 +2905,7 @@ of bibliographic references.")
(define-public emacs-corfu
(package
(name "emacs-corfu")
(version "0.12")
(version "0.13")
(source
(origin
(method git-fetch)
@ -2914,7 +2914,7 @@ of bibliographic references.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1qxgnxyy5ywlhxwsx3q46pi4lxlmpl6yjjaa9qqgxii7nlx0shx1"))))
(base32 "0b1mv6pbcawwfsn3f3hqmy6s8p9frp2320jvlk2z4dp6aw5qyx2j"))))
(build-system emacs-build-system)
(home-page "https://github.com/minad/corfu")
(synopsis "Completion overlay region function")