me
/
guix
Archived
1
0
Fork 0

gnu: emacs-corfu: Update to 0.33.

* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.33.
Nicolas Goaziou 2022-11-22 17:34:21 +01:00
parent b8d4c323f5
commit d0c8816f37
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -3467,7 +3467,7 @@ of bibliographic references.")
(define-public emacs-corfu
(package
(name "emacs-corfu")
(version "0.31")
(version "0.33")
(source
(origin
(method git-fetch)
@ -3476,7 +3476,7 @@ of bibliographic references.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "10gz4x21dm73xf0w2zfxpfa0wykmmrid8yh0mxp1xbqpl86ig1x9"))))
(base32 "0c353k6f4i96gajfw1zvidhlwr2brnhhdr39503hpa5wnp69wak7"))))
(build-system emacs-build-system)
(arguments
`(#:phases