guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-corfu: Update to 0.33.


From: guix-commits
Subject: 01/02: gnu: emacs-corfu: Update to 0.33.
Date: Tue, 22 Nov 2022 11:40:30 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit d0c8816f3710010f941cc29d9b31cef3a8836e3d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Nov 22 17:34:21 2022 +0100

    gnu: emacs-corfu: Update to 0.33.
    
    * gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.33.
---
 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 85bed7037b..8d6980e750 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.31")
+    (version "0.33")
     (source
      (origin
        (method git-fetch)
@@ -3476,7 +3476,7 @@ of bibliographic references.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "10gz4x21dm73xf0w2zfxpfa0wykmmrid8yh0mxp1xbqpl86ig1x9"))))
+        (base32 "0c353k6f4i96gajfw1zvidhlwr2brnhhdr39503hpa5wnp69wak7"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases



reply via email to

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