me
/
guix
Archived
1
0
Fork 0

gnu: emacs-corfu: Update to 0.26.

* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.26.
master
Nicolas Goaziou 2022-06-27 23:15:35 +02:00
parent 0387db4cd6
commit ce4abdd450
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -3193,7 +3193,7 @@ of bibliographic references.")
(define-public emacs-corfu
(package
(name "emacs-corfu")
(version "0.25")
(version "0.26")
(source
(origin
(method git-fetch)
@ -3202,7 +3202,7 @@ of bibliographic references.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1brq8dfn4mx5mxyqqikmhwpwlqdrfq1z0wprm6awxr89xk506g77"))))
(base32 "00fmw6a1pjl4paawrhvbjw2ydnds3vxl2gjgzc9i13khnbv8wdq1"))))
(build-system emacs-build-system)
(arguments
`(#:phases