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


From: guix-commits
Subject: branch master updated: gnu: emacs-consult: Update to 0.6.
Date: Tue, 02 Mar 2021 04:04:05 -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 c7e4a6d  gnu: emacs-consult: Update to 0.6.
c7e4a6d is described below

commit c7e4a6dbb411c324791f1e9cce47b6dd319dbe17
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Mar 2 10:03:35 2021 +0100

    gnu: emacs-consult: Update to 0.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.6.
---
 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 14a0a62..114fc7b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7259,7 +7259,7 @@ style, or as multiple word prefixes.")
 (define-public emacs-consult
   (package
     (name "emacs-consult")
-    (version "0.5")
+    (version "0.6")
     (source
      (origin
        (method git-fetch)
@@ -7267,7 +7267,7 @@ style, or as multiple word prefixes.")
              (url "https://github.com/minad/consult";)
              (commit version)))
        (sha256
-        (base32 "0840hm6nk6yzz8yp8xqzdrycf7wwklxaxp10q0d30wpxwcrsw5c2"))
+        (base32 "09n3q3dyi83s4fk4z7csnjicbxd69ws4zp4371c1lbxcvvq2fdnd"))
        (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]