guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-corfu: Update to 0.22.


From: guix-commits
Subject: branch master updated: gnu: emacs-corfu: Update to 0.22.
Date: Tue, 26 Apr 2022 21:40:24 -0400

This is an automated email from the git hooks/post-receive script.

monego pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a27804a353 gnu: emacs-corfu: Update to 0.22.
a27804a353 is described below

commit a27804a353462455c83b7c372c8cb5c772a60fd5
Author: jgart <jgart@dismail.de>
AuthorDate: Tue Apr 26 19:14:33 2022 -0400

    gnu: emacs-corfu: Update to 0.22.
    
    * gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.22.
    
    Signed-off-by: Vinicius Monego <monego@posteo.net>
---
 gnu/packages/emacs-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4163a3aa28..e8dca21707 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -108,6 +108,7 @@
 ;;; Copyright © 2021, 2022 Taiju HIGASHI <higashi@taiju.info>
 ;;; Copyright © 2022 Brandon Lucas <br@ndon.dk>
 ;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
+;;; Copyright © 2022 jgart <jgart@dismail.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3056,7 +3057,7 @@ of bibliographic references.")
 (define-public emacs-corfu
   (package
     (name "emacs-corfu")
-    (version "0.20")
+    (version "0.22")
     (source
      (origin
        (method git-fetch)
@@ -3065,7 +3066,7 @@ of bibliographic references.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "14hz2frz55smzhamynkahys2m4qbm9pha9w9v2rwaffw89jg6ia9"))))
+        (base32 "062lxyqh7nfaixmgfgmqfbkainxc8ypdkj6qjq38xigk55s7c5wk"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/minad/corfu";)
     (synopsis "Completion overlay region function")



reply via email to

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