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.10.


From: guix-commits
Subject: branch master updated: gnu: emacs-corfu: Update to 0.10.
Date: Sun, 25 Jul 2021 15:39:32 -0400

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

ngz pushed a commit to branch master
in repository guix.

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

commit 4755de6ed85dad6640e205b22528e4e2d8bd4f41
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 25 21:38:35 2021 +0200

    gnu: emacs-corfu: Update to 0.10.
    
    * gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.10.
---
 gnu/packages/emacs-xyz.scm | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 80943e3..fbef0ff 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2819,16 +2819,16 @@ of bibliographic references.")
 (define-public emacs-corfu
   (package
     (name "emacs-corfu")
-    (version "0.9")
-    (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                    (url "https://github.com/minad/corfu";)
-                    (commit version)))
-              (file-name (git-file-name name version))
-              (sha256
-               (base32
-                "0265kld5vg870n1zaks42qdawl03zi6rjhffrkkngwgs9i9ap30i"))))
+    (version "0.10")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/minad/corfu";)
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1z61qrwjg1d28vhh39yrbrxsjbmnqws74bs3dwbw7d854d5wsy9q"))))
     (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]