[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: notmuch: Update to 0.29.1.
From: |
guix-commits |
Subject: |
06/07: gnu: notmuch: Update to 0.29.1. |
Date: |
Wed, 19 Jun 2019 11:52:28 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 76472ed959cf9c6a15cea5102e32f656be27c384
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Jun 19 17:36:37 2019 +0200
gnu: notmuch: Update to 0.29.1.
* gnu/packages/mail.scm (notmuch): Update to 0.29.1.
---
gnu/packages/mail.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 7f9dc8e..4be30d8 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -847,14 +847,14 @@ invoking @command{notifymuch} from the post-new hook.")
(define-public notmuch
(package
(name "notmuch")
- (version "0.29")
+ (version "0.29.1")
(source (origin
(method url-fetch)
(uri (string-append "https://notmuchmail.org/releases/notmuch-"
version ".tar.xz"))
(sha256
(base32
- "0rg4jp0wlsham76rx9fmlpmcbv3n9vsd81vrzqvh6jrwlnmjds88"))))
+ "0rg3rwghd3wivf3bmqcqpkkd5c779ld5hi363zjcw5fl6a7gqilq"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)
@@ -863,7 +863,7 @@ invoking @command{notifymuch} from the post-new hook.")
#:imported-modules (,@%gnu-build-system-modules
(guix build emacs-build-system)
(guix build emacs-utils))
- #:make-flags (list "V=1") ; Verbose test output.
+ #:make-flags (list "V=1") ; verbose test output
#:phases (modify-phases %standard-phases
(add-after 'unpack 'patch-notmuch-lib.el
(lambda _
@@ -894,7 +894,7 @@ invoking @command{notifymuch} from the post-new hook.")
(assoc-ref emacs:%standard-phases 'make-autoloads)))))
(native-inputs
`(("bash-completion" ,bash-completion)
- ("emacs" ,emacs-no-x) ; Minimal lacks libxml, needed for some tests.
+ ("emacs" ,emacs-no-x) ; -minimal lacks libxml, needed for some tests
("pkg-config" ,pkg-config)
("python" ,python)
("python-docutils" ,python-docutils)
- branch master updated (68c138f -> c8a67f1), guix-commits, 2019/06/19
- 04/07: gnu: perl-xml-sax: Update to 1.02., guix-commits, 2019/06/19
- 01/07: gnu: ansible: Update to 2.8.1., guix-commits, 2019/06/19
- 02/07: gnu: shadow: Update to 4.7., guix-commits, 2019/06/19
- 03/07: gnu: shadow: Update home page., guix-commits, 2019/06/19
- 05/07: gnu: mpd: Update to 0.21.10., guix-commits, 2019/06/19
- 07/07: gnu: nano: Update to 4.3., guix-commits, 2019/06/19
- 06/07: gnu: notmuch: Update to 0.29.1.,
guix-commits <=