Archived
1
0
Fork 0

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