From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:55608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMbJ7-0005Xq-Du for guix-patches@gnu.org; Fri, 03 May 2019 12:45:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hMbJ6-0004zf-1l for guix-patches@gnu.org; Fri, 03 May 2019 12:45:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36015) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hMbJ5-0004zJ-Qi for guix-patches@gnu.org; Fri, 03 May 2019 12:45:07 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hMbJ5-0007Na-Jg for guix-patches@gnu.org; Fri, 03 May 2019 12:45:07 -0400 Subject: [bug#35446] [PATCH v2 23/24] gnu: calibre: Update to 3.42.0. Resent-Message-ID: From: Brendan Tildesley Date: Sat, 4 May 2019 02:42:31 +1000 Message-Id: <20190503164232.1799-23-mail@brendan.scot> In-Reply-To: <20190503164232.1799-1-mail@brendan.scot> References: <20190503164232.1799-1-mail@brendan.scot> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 35446@debbugs.gnu.org gnu/packages/ebook.scm (calibre): Update to 3.42.0. Fix a typo. --- gnu/packages/ebook.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index 572f69d0dc..76c8a57d9c 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm @@ -79,7 +79,7 @@ (define-public calibre (package (name "calibre") - (version "3.41.3") + (version "3.42.0") (source (origin (method url-fetch) @@ -88,8 +88,8 @@ version ".tar.xz")) (sha256 (base32 - "167hhv4wimkjnyfgqkyqmaiixhicbxacy6190gps98jyj4csi8ra")) - ;; Unbundle python2-pdf. + "0ymdhws3cb44p3fb24vln1wx6s7qnb8rr241jvm6qbj5rnp984dm")) + ;; Unbundle python2-odfpy. ;; https://lists.gnu.org/archive/html/guix-devel/2015-02/msg00478.html (modules '((guix build utils))) (snippet -- 2.21.0