guix-commits
[Top][All Lists]
Advanced

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

21/53: gnu: emacs-corfu: Update to 1.1.


From: guix-commits
Subject: 21/53: gnu: emacs-corfu: Update to 1.1.
Date: Mon, 1 Jan 2024 20:26:03 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 113cb7980815a1ec7d8eaf346d47fe84e81bd184
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 1 18:44:32 2024 +0100

    gnu: emacs-corfu: Update to 1.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 1.1.
    
    Change-Id: Ic2737697cfe4f5005172e05ab5d7343eb9f0ca23
---
 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 a8aec80070..a6f75ea88a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4581,7 +4581,7 @@ of bibliographic references.")
 (define-public emacs-corfu
   (package
     (name "emacs-corfu")
-    (version "0.38")
+    (version "1.1")
     (source
      (origin
        (method git-fetch)
@@ -4590,7 +4590,7 @@ of bibliographic references.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0wh1lw96b2nghwk6lic4k01pfqj73ssw710lx3s8nj2lv5bzh94n"))))
+        (base32 "1c900hl01vf43r6vikjy2glrac1cl2z54rahs5kb4q77cz0z1zxf"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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