[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-corfu: Update to 0.7.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-corfu: Update to 0.7. |
Date: |
Sat, 15 May 2021 07:28:34 -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 9ed8388 gnu: emacs-corfu: Update to 0.7.
9ed8388 is described below
commit 9ed83885ae89134b94d64586a8ac2dcea068c05a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 15 13:27:44 2021 +0200
gnu: emacs-corfu: Update to 0.7.
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.7.
---
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 8e3d832..b351558 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2588,7 +2588,7 @@ Its features are:
(define-public emacs-corfu
(package
(name "emacs-corfu")
- (version "0.6")
+ (version "0.7")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2597,7 +2597,7 @@ Its features are:
(file-name (git-file-name name version))
(sha256
(base32
- "03x1yxbq7aha9j1blhl3nb3s5dapsavymg9ydjqdbq9py26qavf0"))))
+ "0izv2cdffnx77rbjpcr87pa2xk16q4sqfmns1gzplsczj9z2a88y"))))
(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.7.,
guix-commits <=