mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-corfu: Update to 0.12.
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.12.
This commit is contained in:
parent
57d40a4d02
commit
ea3709062c
1 changed files with 2 additions and 2 deletions
|
@ -2905,7 +2905,7 @@ (define-public emacs-citeproc-el
|
||||||
(define-public emacs-corfu
|
(define-public emacs-corfu
|
||||||
(package
|
(package
|
||||||
(name "emacs-corfu")
|
(name "emacs-corfu")
|
||||||
(version "0.11")
|
(version "0.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2914,7 +2914,7 @@ (define-public emacs-corfu
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0x4aa5fk1ywlfs8gvwj3v2bycyl4nx7mzz1ci37x69bdjl9wal80"))))
|
(base32 "1qxgnxyy5ywlhxwsx3q46pi4lxlmpl6yjjaa9qqgxii7nlx0shx1"))))
|
||||||
(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