guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-corfu: Update to 0.15.


From: guix-commits
Subject: branch master updated: gnu: emacs-corfu: Update to 0.15.
Date: Wed, 17 Nov 2021 08:58:32 -0500

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 9f6f05a  gnu: emacs-corfu: Update to 0.15.
9f6f05a is described below

commit 9f6f05aa7bf5f186b6e8fed8e0336be3f8dfd3a3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Nov 17 14:54:40 2021 +0100

    gnu: emacs-corfu: Update to 0.15.
    
    * gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.15.
---
 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 113471a..01cf6be 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2943,7 +2943,7 @@ of bibliographic references.")
 (define-public emacs-corfu
   (package
     (name "emacs-corfu")
-    (version "0.14")
+    (version "0.15")
     (source
      (origin
        (method git-fetch)
@@ -2952,7 +2952,7 @@ of bibliographic references.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0y40vnd227xjzds6zh85gplkiqa387b9y0925g5l01gz7hk2z17r"))))
+        (base32 "0crk5dryaqqj36fjcsxi0gd924125p0yghvg5anwj38zjqg1rqm9"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/minad/corfu";)
     (synopsis "Completion overlay region function")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]