[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-corfu: Update to 0.4.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-corfu: Update to 0.4. |
Date: |
Wed, 28 Apr 2021 18:26:12 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 43684b1 gnu: emacs-corfu: Update to 0.4.
43684b1 is described below
commit 43684b19da6cc6c0a046214210d060aa77ede6b1
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Wed Apr 28 21:40:30 2021 +0200
gnu: emacs-corfu: Update to 0.4.
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.4.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
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 b064860..758336a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2537,7 +2537,7 @@ Its features are:
(define-public emacs-corfu
(package
(name "emacs-corfu")
- (version "0.2")
+ (version "0.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2546,7 +2546,7 @@ Its features are:
(file-name (git-file-name name version))
(sha256
(base32
- "0xb2si8il6j2mkkiac6pcx2yj83n82j4rsxxcn7gprpzzm1f9j61"))))
+ "1yw90clfbqny2pchjc1cxqgr0gjag7bz6hys6jgidsxifzr662ps"))))
(build-system emacs-build-system)
(home-page "https://github.com/minad/corfu")
(synopsis "Completion overlay region function")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-corfu: Update to 0.4.,
guix-commits <=