From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gVCRV-00054M-Rn for guix-patches@gnu.org; Fri, 07 Dec 2018 04:29:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gVCRR-0002el-Vu for guix-patches@gnu.org; Fri, 07 Dec 2018 04:29:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:60255) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gVCRR-0002e9-Pm for guix-patches@gnu.org; Fri, 07 Dec 2018 04:29:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gVCRR-0003Dw-M1 for guix-patches@gnu.org; Fri, 07 Dec 2018 04:29:01 -0500 Subject: [bug#33593] [PATCH] gnu: calibre: Update to 3.35.0. Resent-Message-ID: References: From: Brendan Tildesley Message-ID: <814b255d-2459-8255-ed28-c4a40d8163ae@gmail.com> Date: Fri, 7 Dec 2018 20:27:44 +1100 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/mixed; boundary="------------CC026EB4F01A9E696EEF3794" Content-Language: en-AU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 33593@debbugs.gnu.org This is a multi-part message in MIME format. --------------CC026EB4F01A9E696EEF3794 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 3.35.0 is out already. --------------CC026EB4F01A9E696EEF3794 Content-Type: text/x-patch; name="0001-gnu-calibre-Update-to-3.35.0.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-gnu-calibre-Update-to-3.35.0.patch" >From bf08de4e524ca20d69f0de0d4479ad24f7e16b03 Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Sun, 2 Dec 2018 13:31:41 +1100 Subject: [PATCH] gnu: calibre: Update to 3.35.0. * gnu/packages/ebooks.scm: (calibre): Update to 3.35.0. --- gnu/packages/ebook.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index a78e3e871f..e750c6cac8 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm @@ -75,7 +75,7 @@ (define-public calibre (package (name "calibre") - (version "3.28.0") + (version "3.35.0") (source (origin (method url-fetch) @@ -84,7 +84,7 @@ version ".tar.xz")) (sha256 (base32 - "0b3vv03c6m6972sk8zj3zc5sq6b9837irnfgjlqhv9z5i75m0414")) + "1gd15wjz4fhcra6d44xiy3hwbyk0miwb66a1pq5yldyy0hlb271z")) ;; Remove non-free or doubtful code, see ;; https://lists.gnu.org/archive/html/guix-devel/2015-02/msg00478.html (modules '((guix build utils))) -- 2.19.2 --------------CC026EB4F01A9E696EEF3794--