mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-corfu: Update to 1.1.
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 1.1. Change-Id: Ic2737697cfe4f5005172e05ab5d7343eb9f0ca23
This commit is contained in:
parent
9e02261d5e
commit
113cb79808
1 changed files with 2 additions and 2 deletions
|
@ -4581,7 +4581,7 @@ (define-public emacs-citeproc-el
|
|||
(define-public emacs-corfu
|
||||
(package
|
||||
(name "emacs-corfu")
|
||||
(version "0.38")
|
||||
(version "1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4590,7 +4590,7 @@ (define-public emacs-corfu
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0wh1lw96b2nghwk6lic4k01pfqj73ssw710lx3s8nj2lv5bzh94n"))))
|
||||
(base32 "1c900hl01vf43r6vikjy2glrac1cl2z54rahs5kb4q77cz0z1zxf"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue