From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: [PATCH 1/4] gnu: notmuch: Update to 0.23. Date: Mon, 17 Oct 2016 17:55:03 +0100 Message-ID: <20161017165506.17750-2-mbakke@fastmail.com> References: <20161017165506.17750-1-mbakke@fastmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwBC8-0006hZ-9m for guix-devel@gnu.org; Mon, 17 Oct 2016 12:55:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwBC5-0003lY-DD for guix-devel@gnu.org; Mon, 17 Oct 2016 12:55:24 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:52235) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bwBC5-0003lN-9R for guix-devel@gnu.org; Mon, 17 Oct 2016 12:55:21 -0400 In-Reply-To: <20161017165506.17750-1-mbakke@fastmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Cc: Marius Bakke * gnu/packages/mail.scm (notmuch, python-notmuch): Update to 0.23. [home-page]: Use https URL. --- gnu/packages/mail.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 47c1549..1cb3ef4 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -494,18 +494,18 @@ invoking @command{notifymuch} from the post-new hook.") (define-public notmuch (package (name "notmuch") - (version "0.22.1") + (version "0.23") (source (origin (method url-fetch) (uri (string-append "https://notmuchmail.org/releases/notmuch-" version ".tar.gz")) (sha256 (base32 - "0jwpda3q023dn3sp41n8648951i7iagfv8zzpriv7hpkjivlafg7")))) + "1f51l34rdhjf8lvafrwybkxdsdwx8k9397m7qxd8rdg2irjmpry5")))) (build-system gnu-build-system) (arguments - '(#:tests? #f ; FIXME: 694 tests; 170 fail and 100 are skipped - ; with perl input: 50 fail and 100 are skipped + '(#:tests? #f ; FIXME: 723 tests; 187 fail and 100 are skipped + ; with perl input: 67 fail and 100 are skipped #:phases (modify-phases %standard-phases (replace 'configure (lambda* (#:key outputs #:allow-other-keys) @@ -528,7 +528,7 @@ invoking @command{notifymuch} from the post-new hook.") ("talloc" ,talloc) ("xapian" ,xapian) ("zlib" ,zlib))) - (home-page "http://notmuchmail.org/") + (home-page "https://notmuchmail.org/") (synopsis "Thread-based email index, search, and tagging") (description "Notmuch is a command-line based program for indexing, searching, read- @@ -579,7 +579,7 @@ useful for email address completion.") (define-public python-notmuch (package (name "python-notmuch") - (version "0.22.1") + (version "0.23") ;; Notmuch python bindings are now unavailable on pypi. The ;; bindings are distributed via the notmuch release tarball. (source (package-source notmuch)) -- 2.10.1