guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: emacs-corfu: Update to 0.31.


From: guix-commits
Subject: 02/05: gnu: emacs-corfu: Update to 0.31.
Date: Mon, 21 Nov 2022 17:12:04 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 3ba966c56c23b4079fd42a1c771a743c59077c06
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Nov 21 22:59:40 2022 +0100

    gnu: emacs-corfu: Update to 0.31.
    
    * gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.31.
---
 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 821240b6b2..1ca507e430 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3467,7 +3467,7 @@ of bibliographic references.")
 (define-public emacs-corfu
   (package
     (name "emacs-corfu")
-    (version "0.28")
+    (version "0.31")
     (source
      (origin
        (method git-fetch)
@@ -3476,7 +3476,7 @@ of bibliographic references.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0lmjmaijanhhimkd006y5g1pvpllqgm30wj2y3wf3h4sl7h23rcz"))))
+        (base32 "10gz4x21dm73xf0w2zfxpfa0wykmmrid8yh0mxp1xbqpl86ig1x9"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases



reply via email to

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