mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -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
|
(define-public emacs-corfu
|
||||||
(package
|
(package
|
||||||
(name "emacs-corfu")
|
(name "emacs-corfu")
|
||||||
(version "0.6")
|
(version "0.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2597,7 +2597,7 @@ (define-public emacs-corfu
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03x1yxbq7aha9j1blhl3nb3s5dapsavymg9ydjqdbq9py26qavf0"))))
|
"0izv2cdffnx77rbjpcr87pa2xk16q4sqfmns1gzplsczj9z2a88y"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/minad/corfu")
|
(home-page "https://github.com/minad/corfu")
|
||||||
(synopsis "Completion overlay region function")
|
(synopsis "Completion overlay region function")
|
||||||
|
|
Loading…
Reference in a new issue