mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: emacs-corfu: Update to 0.37.
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.37.
This commit is contained in:
parent
fd2a3a20d0
commit
e71333460e
1 changed files with 2 additions and 2 deletions
|
@ -4210,7 +4210,7 @@ (define-public emacs-citeproc-el
|
|||
(define-public emacs-corfu
|
||||
(package
|
||||
(name "emacs-corfu")
|
||||
(version "0.36")
|
||||
(version "0.37")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4219,7 +4219,7 @@ (define-public emacs-corfu
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "02glwnny9b4pwhq5inrakfz03zrq0zq1vr4npv88yla6pg8v87xx"))))
|
||||
(base32 "1f6iap55rsrx009bdgrqagsbqq1q4hah785ap3xwxnxbgqyshigc"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue