[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: emacs-corfu: Update to 0.6.
From: |
guix-commits |
Subject: |
01/02: gnu: emacs-corfu: Update to 0.6. |
Date: |
Wed, 5 May 2021 13:23:55 -0400 (EDT) |
leoprikler pushed a commit to branch master
in repository guix.
commit de9c69516a008f0fe03bc418226f332d990ebcbc
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Wed May 5 15:18:03 2021 +0200
gnu: emacs-corfu: Update to 0.6.
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.6.
Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1a640a5..bc338c2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2586,7 +2586,7 @@ Its features are:
(define-public emacs-corfu
(package
(name "emacs-corfu")
- (version "0.4")
+ (version "0.6")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2595,7 +2595,7 @@ Its features are:
(file-name (git-file-name name version))
(sha256
(base32
- "1yw90clfbqny2pchjc1cxqgr0gjag7bz6hys6jgidsxifzr662ps"))))
+ "03x1yxbq7aha9j1blhl3nb3s5dapsavymg9ydjqdbq9py26qavf0"))))
(build-system emacs-build-system)
(home-page "https://github.com/minad/corfu")
(synopsis "Completion overlay region function")