From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: [PATCH 4/4] gnu: mu: Update to 0.9.16. Date: Sun, 8 May 2016 13:21:51 +0300 Message-ID: <1462702911-18777-5-git-send-email-alezost@gmail.com> References: <1462702911-18777-1-git-send-email-alezost@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azLqq-0006QV-FE for guix-devel@gnu.org; Sun, 08 May 2016 06:22:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1azLqj-0001Zs-Nd for guix-devel@gnu.org; Sun, 08 May 2016 06:22:15 -0400 Received: from mail-lf0-x243.google.com ([2a00:1450:4010:c07::243]:33840) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azLqj-0001Zo-Fk for guix-devel@gnu.org; Sun, 08 May 2016 06:22:09 -0400 Received: by mail-lf0-x243.google.com with SMTP id m101so18022374lfi.1 for ; Sun, 08 May 2016 03:22:09 -0700 (PDT) Received: from localhost.localdomain ([217.107.192.156]) by smtp.gmail.com with ESMTPSA id i3sm4210493lbd.44.2016.05.08.03.22.08 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 08 May 2016 03:22:08 -0700 (PDT) In-Reply-To: <1462702911-18777-1-git-send-email-alezost@gmail.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 * gnu/packages/mail.scm (%mu-gtester-patch): Remove. (mu): Update to 0.9.16. [source]: Remove 'patches'. --- gnu/packages/mail.scm | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 8998fdb..140993a 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -326,19 +326,10 @@ can read the same mailbox from multiple computers. It supports IMAP as REMOTE repository and Maildir/IMAP as LOCAL repository.") (license gpl2+))) -(define %mu-gtester-patch - ;; Ensure tests have unique names, to placate GLib 2.6's gtester. - (origin - (method url-fetch) - (uri "https://github.com/djcb/mu/commit/b44039ed.patch") - (sha256 - (base32 - "165hryqqhx3wah8a4f5jaq465azx1pm9r4jid7880pys9gd88qlv")))) - (define-public mu (package (name "mu") - (version "0.9.13") + (version "0.9.16") (source (origin (method url-fetch) (uri (string-append "https://github.com/djcb/mu/archive/v" @@ -346,8 +337,7 @@ repository and Maildir/IMAP as LOCAL repository.") (file-name (string-append "mu-" version ".tar.gz")) (sha256 (base32 - "0wj33pma8xgjvn2akk7khzbycwn4c9sshxvzdph9dnpy7gyqxj51")) - (patches (list %mu-gtester-patch)))) + "0p7hqri1r1x6750x138cc29mh81kdav2dcim26y58s8an206h25g")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) -- 2.7.3