mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-02 23:35:54 +02:00
gnu: emacs-corfu: Update to 0.7.
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.7.
This commit is contained in:
@@ -2588,7 +2588,7 @@ Its features are:
|
||||
(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 @@ Its features are:
|
||||
(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")
|
||||
|
||||
Reference in New Issue
Block a user