[bug#33593] gnu: calibre: Update to 3.35.0.

Message ID 814b255d-2459-8255-ed28-c4a40d8163ae@gmail.com
State Accepted
Headers show
Series [bug#33593] gnu: calibre: Update to 3.35.0. | expand

Checks

Context Check Description
cbaines/applying patch success Successfully applied

Commit Message

Brendan Tildesley Dec. 7, 2018, 9:27 a.m. UTC
3.35.0 is out already.

Comments

Andreas Enge Dec. 8, 2018, 3:46 p.m. UTC | #1
On Fri, Dec 07, 2018 at 08:27:44PM +1100, Brendan Tildesley wrote:
> 3.35.0 is out already.

It builds and works, applied in commit ec60c3a58137ddb3c135999c3e7ccb90d51e3185.
Thanks!

Andreas

Patch

From bf08de4e524ca20d69f0de0d4479ad24f7e16b03 Mon Sep 17 00:00:00 2001
From: Brendan Tildesley <brendan.tildesley@openmailbox.org>
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