[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-consult: Update to 0.8.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-consult: Update to 0.8. |
Date: |
Sun, 30 May 2021 07:09:55 -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 d9e4298 gnu: emacs-consult: Update to 0.8.
d9e4298 is described below
commit d9e429894662aa54850e5d956ed250c51327f797
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 30 13:09:02 2021 +0200
gnu: emacs-consult: Update to 0.8.
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.8.
---
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 2bd75c0..3d54624 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7768,7 +7768,7 @@ style, or as multiple word prefixes.")
(define-public emacs-consult
(package
(name "emacs-consult")
- (version "0.7")
+ (version "0.8")
(source
(origin
(method git-fetch)
@@ -7776,7 +7776,7 @@ style, or as multiple word prefixes.")
(url "https://github.com/minad/consult")
(commit version)))
(sha256
- (base32 "1kzwybp87srckd1238drdcn9h7jyyqz9pzcwvw3ld8bgyyrwsxkj"))
+ (base32 "1460818fb6y086vgn1mzmrwhpa5jswlwi4v71zr86cg6y7yg4248"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-consult: Update to 0.8.,
guix-commits <=