me
/
guix
Archived
1
0
Fork 0

gnu: emacs-corfu: Update to 0.18.

* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.18.
master
Nicolas Goaziou 2022-02-06 23:56:09 +01:00
parent 9efaaeb375
commit 40fd237fd2
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -2985,7 +2985,7 @@ of bibliographic references.")
(define-public emacs-corfu (define-public emacs-corfu
(package (package
(name "emacs-corfu") (name "emacs-corfu")
(version "0.17") (version "0.18")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2994,7 +2994,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 "1jj38ik0mr33kqpc1i6hw5hqw43lz9f4nn8zsmw03crlcjf767lh")))) (base32 "0k980hz46q1xmnblinwscyiiw5djpnv6s0d0hklyfp46jb1i51fj"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/minad/corfu") (home-page "https://github.com/minad/corfu")
(synopsis "Completion overlay region function") (synopsis "Completion overlay region function")