ngz pushed a commit to branch master
in repository guix.

commit 7fe9648f36d97c06f31da59547111804acc74321
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Dec 24 10:59:30 2024 +0100

    gnu: emacs-corfu: Update to 1.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 1.6.
    
    Change-Id: I22b58b614e7a4e143279664ef368e04bada5d570
---
 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 0a5edcccc9..4567d6d93e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5257,7 +5257,7 @@ of bibliographic references.")
 (define-public emacs-corfu
   (package
     (name "emacs-corfu")
-    (version "1.5")
+    (version "1.6")
     (source
      (origin
        (method git-fetch)
@@ -5266,7 +5266,7 @@ of bibliographic references.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "00w0qzx2cqyxy15ndqzl3d6f1k8gvqdxz407zbgy5n46408pjsi0"))))
+        (base32 "11n8qdjpavvy0s1zhxzxxvcv5i07gsjs02ad7fj51p7j8y4hjvym"))))
     (build-system emacs-build-system)
     (arguments
      (list

Reply via email to