[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-corfu: Update to 0.9.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-corfu: Update to 0.9. |
Date: |
Mon, 21 Jun 2021 02:09:10 -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 5bf6b88 gnu: emacs-corfu: Update to 0.9.
5bf6b88 is described below
commit 5bf6b88ef39e192d1a433d5fb61824626a2954e3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jun 21 08:07:09 2021 +0200
gnu: emacs-corfu: Update to 0.9.
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.9.
---
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 2a319ef..6a93fe4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2817,7 +2817,7 @@ of bibliographic references.")
(define-public emacs-corfu
(package
(name "emacs-corfu")
- (version "0.8")
+ (version "0.9")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2826,7 +2826,7 @@ of bibliographic references.")
(file-name (git-file-name name version))
(sha256
(base32
- "007r1l3ian2bfj4h2xkd2qwh1d1m7kda1p6pj51dikbzaphglh1r"))))
+ "0265kld5vg870n1zaks42qdawl03zi6rjhffrkkngwgs9i9ap30i"))))
(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.9.,
guix-commits <=