[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-consult-notmuch: Update to 0.7.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-consult-notmuch: Update to 0.7. |
Date: |
Wed, 02 Mar 2022 04:28:27 -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 bbbf76f84e gnu: emacs-consult-notmuch: Update to 0.7.
bbbf76f84e is described below
commit bbbf76f84ecdbcd68a141724f876b9df1539b3c2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Mar 2 10:27:30 2022 +0100
gnu: emacs-consult-notmuch: Update to 0.7.
* gnu/packages/emacs-xyz.scm (emacs-consult-notmuch): Update to 0.7.
---
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 7f2ae7aa79..48958c1e8e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8710,7 +8710,7 @@ replaced with the directory you choose.")
(define-public emacs-consult-notmuch
(package
(name "emacs-consult-notmuch")
- (version "0.6")
+ (version "0.7")
(source
(origin
(method git-fetch)
@@ -8719,7 +8719,7 @@ replaced with the directory you choose.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "07qbm5p4cfrrwyp8a5sw0wkdhnqbappz4xjlnjil2krhj9g39q78"))))
+ (base32 "0xzpkpf2sb89qkbqcrwddp4pgnzdjp40bc5da22jq9r4pf67y7qs"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-consult emacs-notmuch))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-consult-notmuch: Update to 0.7.,
guix-commits <=