[PATCH] gnu: notmuch: Update to 0.24.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Kyle Meyer
  • Marius Bakke
Owner
unassigned
Submitted by
Kyle Meyer
Severity
normal

Debbugs page

Kyle Meyer wrote 8 years ago
(address . guix-patches@gnu.org)(name . Kyle Meyer)(address . kyle@kyleam.com)
20170402044516.31747-1-kyle@kyleam.com
* gnu/packages/mail.scm (notmuch, python-notmuch, python2-notmuch): Update to
0.24.1.
---
gnu/packages/mail.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (31 lines)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index e36f884ea..8f087fb0e 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -21,6 +21,7 @@
;;; Copyright © 2016 John Darrington <jmd@gnu.org>
;;; Copyright © 2016 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
+;;; Copyright © 2017 Kyle Meyer <kyle@kyleam.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -663,14 +664,14 @@ invoking @command{notifymuch} from the post-new hook.")
(define-public notmuch
(package
(name "notmuch")
- (version "0.24")
+ (version "0.24.1")
(source (origin
(method url-fetch)
(uri (string-append "https://notmuchmail.org/releases/notmuch-"
version ".tar.gz"))
(sha256
(base32
- "1z3m9knsdmchvfjzjhjf2cmdc9yahmvbvzn46wsrsrihfvv4rr7p"))))
+ "18rw0rim6zxhnr2nggial029x4raaxqcgf9klfbdhv89qvi7s4gs"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags (list "V=1") ; Verbose test output.
--
2.12.1
Marius Bakke wrote 8 years ago
871stbjfh1.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me
Kyle Meyer <kyle@kyleam.com> writes:

Toggle quote (3 lines)
> * gnu/packages/mail.scm (notmuch, python-notmuch, python2-notmuch): Update to
> 0.24.1.

Applied, thank you!
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAljgy+oACgkQoqBt8qM6
VPpphQf+KJ+bCbbTYNwa7JjNcXOS6svoQnLnczHuUwwYq2C2KTAqdZBg5A97y9hh
ChOL27SaZ6JeAUNKWFRutSoxLQuPQIkzYfTKQc+vpUVYy26egDfHD77JZAR34eWj
+QUwhu4Xuf8FR8yj1vY7oMRA+EEG/1qGCsEpBmayJVKNY1z2S3Bvjbhug+EJGNig
4LmpilroH6oc6+2hnXx4cn2xZpbEMBv7TbVNaBOOip1xBhsDErAG5layjF/hvHjv
EvyILQhEF5SzN7RB1SJJkwEHMLX55sOzCZmSKAnqtDJrw01IHHnO1RKQ9yKo8B3E
rAP+y8Lh/zr6rYlmLorK5OeyAX6kTQ==
=dd7x
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 26336
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