guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-consult: Update to 0.11.


From: guix-commits
Subject: branch master updated: gnu: emacs-consult: Update to 0.11.
Date: Wed, 18 Aug 2021 12:53:39 -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 5032720  gnu: emacs-consult: Update to 0.11.
5032720 is described below

commit 503272077e320b2cc3080873c76c6bcb87d4a9b0
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Wed Aug 18 18:26:39 2021 +0200

    gnu: emacs-consult: Update to 0.11.
    
    * gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.11.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 3ca851c..0430a5b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8265,7 +8265,7 @@ style, or as multiple word prefixes.")
 (define-public emacs-consult
   (package
     (name "emacs-consult")
-    (version "0.10")
+    (version "0.11")
     (source
      (origin
        (method git-fetch)
@@ -8273,7 +8273,7 @@ style, or as multiple word prefixes.")
              (url "https://github.com/minad/consult";)
              (commit version)))
        (sha256
-        (base32 "131342149xvmrcr3iwmx05id7358158i6m9an8izdpggsnwhs3i4"))
+        (base32 "01kx3zg858bqyajglamxn319qabycnabzj73kl4x7sd55p2yi179"))
        (file-name (git-file-name name version))))
     (build-system emacs-build-system)
     (propagated-inputs



reply via email to

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