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


From: guix-commits
Subject: branch master updated: gnu: emacs-consult: Update to 0.15.
Date: Sun, 06 Feb 2022 17:55:17 -0500

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 9efaaeb375 gnu: emacs-consult: Update to 0.15.
9efaaeb375 is described below

commit 9efaaeb3752f4bcf35800f3b9bf5fadb9ef615df
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 6 23:54:32 2022 +0100

    gnu: emacs-consult: Update to 0.15.
    
    * gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.15.
---
 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 d683f30233..b40f67848e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8510,7 +8510,7 @@ style, or as multiple word prefixes.")
 (define-public emacs-consult
   (package
     (name "emacs-consult")
-    (version "0.14")
+    (version "0.15")
     (source
      (origin
        (method git-fetch)
@@ -8518,7 +8518,7 @@ style, or as multiple word prefixes.")
              (url "https://github.com/minad/consult";)
              (commit version)))
        (sha256
-        (base32 "051fjp03lj3b5kkzpdhk78g2lj37v973q0f012zld1n6937srj6h"))
+        (base32 "0cfj8h0k05947cazsr95yy75shs0vpy59sa41f31xbw00q9l48q6"))
        (file-name (git-file-name name version))))
     (build-system emacs-build-system)
     (home-page "https://github.com/minad/consult";)



reply via email to

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