mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: emacs-corfu: Update to 0.13.
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.13.
This commit is contained in:
parent
03f6a44cfc
commit
7029981c97
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue