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.16.


From: guix-commits
Subject: branch master updated: gnu: emacs-corfu: Update to 0.16.
Date: Sat, 27 Nov 2021 17:39:10 -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 d495a90  gnu: emacs-corfu: Update to 0.16.
d495a90 is described below

commit d495a902b26756e69bd8b028ec995107bfadf264
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Nov 27 23:37:11 2021 +0100

    gnu: emacs-corfu: Update to 0.16.
    
    * gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.16.
---
 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 0b2abfc..c92331d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2941,7 +2941,7 @@ of bibliographic references.")
 (define-public emacs-corfu
   (package
     (name "emacs-corfu")
-    (version "0.15")
+    (version "0.16")
     (source
      (origin
        (method git-fetch)
@@ -2950,7 +2950,7 @@ of bibliographic references.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0crk5dryaqqj36fjcsxi0gd924125p0yghvg5anwj38zjqg1rqm9"))))
+        (base32 "0al8jsdih6b6y26lwg8lwld35flh7q3539f4k1nz6is3xfqxbahz"))))
     (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]