guix-commits
[Top][All Lists]
Advanced

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

04/10: gnu: emacs-corfu: Update to 0.35.


From: guix-commits
Subject: 04/10: gnu: emacs-corfu: Update to 0.35.
Date: Sat, 18 Feb 2023 06:43:08 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 3235b4f0ca4fcd0cca0dddbffbaf2f3b9800f713
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Feb 18 11:49:02 2023 +0100

    gnu: emacs-corfu: Update to 0.35.
    
    * gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.35.
    [propagated-inputs]: Add EMACS-COMPAT.
---
 gnu/packages/emacs-xyz.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4839bb92a5..c627f603d5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3783,7 +3783,7 @@ of bibliographic references.")
 (define-public emacs-corfu
   (package
     (name "emacs-corfu")
-    (version "0.34")
+    (version "0.35")
     (source
      (origin
        (method git-fetch)
@@ -3792,7 +3792,7 @@ of bibliographic references.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0cv0hcgsw4l8lk3gqwqlw91m4kc2dd80ndx06rg6czd22qdrd68m"))))
+        (base32 "1xqg796844wk6kvn3xw4bqlxn9ra6jlwk7rsc5gy4j77l0gwl441"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases
@@ -3805,6 +3805,8 @@ of bibliographic references.")
                (for-each (lambda (f)
                            (rename-file f (basename f)))
                          el-files)))))))
+    (propagated-inputs
+     (list emacs-compat))
     (home-page "https://github.com/minad/corfu";)
     (synopsis "Completion overlay region function")
     (description



reply via email to

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