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


From: guix-commits
Subject: branch master updated: gnu: emacs-corfu: Update to 0.14.
Date: Tue, 09 Nov 2021 14:46:30 -0500

This is an automated email from the git hooks/post-receive script.

lilyp pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 721f3ed  gnu: emacs-corfu: Update to 0.14.
721f3ed is described below

commit 721f3eda74bab016767530c475ef7e969cbd0362
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Tue Nov 9 20:45:20 2021 +0100

    gnu: emacs-corfu: Update to 0.14.
    
    * gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.14.
---
 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 1c87c86..b6855a7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2921,7 +2921,7 @@ of bibliographic references.")
 (define-public emacs-corfu
   (package
     (name "emacs-corfu")
-    (version "0.13")
+    (version "0.14")
     (source
      (origin
        (method git-fetch)
@@ -2930,7 +2930,7 @@ of bibliographic references.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0b1mv6pbcawwfsn3f3hqmy6s8p9frp2320jvlk2z4dp6aw5qyx2j"))))
+        (base32 "0y40vnd227xjzds6zh85gplkiqa387b9y0925g5l01gz7hk2z17r"))))
     (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]