gnu: emacs-corfu: Update to 0.34.

* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.34.
This commit is contained in:
Nicolas Goaziou 2022-12-05 20:38:38 +01:00
parent 5c4d4729b3
commit eee0bcfd1c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

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