[PATCH] gnu: emacs-consult-notmuch: Update to 1.0.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ian Eure
  • Nicolas Graves
Owner
unassigned
Submitted by
Nicolas Graves
Severity
normal

Debbugs page

Nicolas Graves wrote 1 months ago
(address . guix-patches@gnu.org)
878qqa1ssu.fsf@ngraves.fr
* gnu/packages/emacs-xyz.scm (emacs-consult-notmuch): Update to 1.0.0.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (30 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d57c17d45f..2f0cb4ba94 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13402,7 +13402,7 @@ (define-public emacs-consult-dir
(define-public emacs-consult-notmuch
(package
(name "emacs-consult-notmuch")
- (version "0.8.1")
+ (version "1.0.0")
(source
(origin
(method git-fetch)
@@ -13411,7 +13411,7 @@ (define-public emacs-consult-notmuch
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0gcd69i99prnskh1na7clydqgh1y9rbzkdc6dy9zmin9hfdrw1yd"))))
+ (base32 "1kgi3y1lkp1jd784ncyysr5yimyq6bjpvgx9wxfca14ylb8my37a"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-consult emacs-notmuch))
--
2.48.1



--
Best regards,
Nicolas Graves
Ian Eure wrote 1 months ago
(name . Nicolas Graves)(address . ngraves@ngraves.fr)(address . 76245@debbugs.gnu.org)
87bjv4r3p8.fsf@retrospec.tv
Hi Nicolas,

Pushed as f7fb297f2d.

Thanks for the patch!

-- Ian
Ian Eure wrote 4 weeks ago
control message for bug #76245
(address . control@debbugs.gnu.org)
87ldu7nm43.fsf@retrospec.tv
close 76245
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 76245@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76245
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help