guix-commits
[Top][All Lists]
Advanced

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

38/78: gnu: emacs-corfu: Update to 1.2.


From: guix-commits
Subject: 38/78: gnu: emacs-corfu: Update to 1.2.
Date: Fri, 23 Feb 2024 03:12:06 -0500 (EST)

sharlatan pushed a commit to branch go-team
in repository guix.

commit 4c99e9c10e66214488f5a2f7944cf541b0d83702
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 22 12:36:53 2024 +0100

    gnu: emacs-corfu: Update to 1.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 1.2.
    
    Change-Id: Iadfd1d57ae270d15f8d9336adf3b751d9d05a929
---
 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 1669da14db..330cd5899d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4674,7 +4674,7 @@ of bibliographic references.")
 (define-public emacs-corfu
   (package
     (name "emacs-corfu")
-    (version "1.1")
+    (version "1.2")
     (source
      (origin
        (method git-fetch)
@@ -4683,7 +4683,7 @@ of bibliographic references.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1c900hl01vf43r6vikjy2glrac1cl2z54rahs5kb4q77cz0z1zxf"))))
+        (base32 "0l6hpsw2srmad0mhp6x46d5dsg678lvgz5l3glp1845hkg8a0pgi"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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