me
/
guix
Archived
1
0
Fork 0

gnu: emacs-corfu: Update to 0.27.

* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.27.
master
Nicolas Goaziou 2022-08-31 23:45:10 +02:00
parent 44e363b150
commit ea4abf1b30
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -3248,7 +3248,7 @@ of bibliographic references.")
(define-public emacs-corfu (define-public emacs-corfu
(package (package
(name "emacs-corfu") (name "emacs-corfu")
(version "0.26") (version "0.27")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3257,7 +3257,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 "00fmw6a1pjl4paawrhvbjw2ydnds3vxl2gjgzc9i13khnbv8wdq1")))) (base32 "17cdbqkil4454kd3w77w18fv15djwg07qclgcnlp6mimp6sbam9w"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:phases `(#:phases