From 1b98630890e543eae0dbfbf3dc38b4a26535a003 Mon Sep 17 00:00:00 2001 From: Troy Sankey Date: Sun, 7 Aug 2016 13:21:28 -0400 Subject: [PATCH 1/3] gnu: notmuch: Update to 0.22.1. This also removes the emacs input. Quote from the notmuch NEWS file: Drop dependency on "pkg-config emacs". --- gnu/packages/mail.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 28978a8..c58e5f5 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -436,14 +436,14 @@ attachments, create new maildirs, and so on.") (define-public notmuch (package (name "notmuch") - (version "0.21") + (version "0.22.1") (source (origin (method url-fetch) (uri (string-append "https://notmuchmail.org/releases/notmuch-" version ".tar.gz")) (sha256 (base32 - "1cr53rbpkcy3pvrmhbg2gq7sjpwb0c8xd7a4zhzxbiv8s7z8yvyh")))) + "0jwpda3q023dn3sp41n8648951i7iagfv8zzpriv7hpkjivlafg7")))) (build-system gnu-build-system) (arguments '(#:tests? #f ;; FIXME: 662 tests; 168 fail and 99 are skipped @@ -464,8 +464,7 @@ attachments, create new maildirs, and so on.") ("python-sphinx" ,python2-sphinx) ("bash-completion" ,bash-completion))) (inputs - `(("emacs" ,emacs) - ("glib" ,glib) + `(("glib" ,glib) ("gmime" ,gmime) ("talloc" ,talloc) ("xapian" ,xapian) -- 2.1.4