mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: emacs-corfu: Update to 0.7.
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.7.
This commit is contained in:
parent
97d615b176
commit
9ed83885ae
1 changed files with 2 additions and 2 deletions
|
@ -2588,7 +2588,7 @@ (define-public emacs-chronometrist
|
|||
(define-public emacs-corfu
|
||||
(package
|
||||
(name "emacs-corfu")
|
||||
(version "0.6")
|
||||
(version "0.7")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -2597,7 +2597,7 @@ (define-public emacs-corfu
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"03x1yxbq7aha9j1blhl3nb3s5dapsavymg9ydjqdbq9py26qavf0"))))
|
||||
"0izv2cdffnx77rbjpcr87pa2xk16q4sqfmns1gzplsczj9z2a88y"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/minad/corfu")
|
||||
(synopsis "Completion overlay region function")
|
||||
|
|
Loading…
Reference in a new issue