From df00e14892be68c47cc00e4cca452958fc5f2750 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Fri, 29 May 2015 21:52:20 +0200 Subject: gnu: calibre: Update to 2.29.0. * gnu/packages/ebook.scm (calibre): Update to 2.29.0. Add input openssl. --- gnu/packages/ebook.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gnu/packages/ebook.scm') diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index f62456fe92..2be5ea351a 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm @@ -32,6 +32,7 @@ (define-module (gnu packages ebook) #:use-module (gnu packages image) #:use-module (gnu packages imagemagick) #:use-module (gnu packages libusb) + #:use-module (gnu packages openssl) #:use-module (gnu packages pdf) #:use-module (gnu packages pkg-config) #:use-module (gnu packages python) @@ -59,7 +60,7 @@ (define-public chmlib (define-public calibre (package (name "calibre") - (version "2.28.0") + (version "2.29.0") (source (origin (method url-fetch) @@ -68,7 +69,7 @@ (define-public calibre version ".tar.xz")) (sha256 (base32 - "15sb74v0nlj45fhlnw1afll35l90cxw78s15fb2nx3fih7ahv3cf")) + "1n3cfnjnghhhsgzcbcvbr0gh191lhl6az09q1s68jhlcc2lski6l")) ;; Remove non-free or doubtful code, see ;; https://lists.gnu.org/archive/html/guix-devel/2015-02/msg00478.html (modules '((guix build utils))) @@ -105,6 +106,7 @@ (define-public calibre ("libpng" ,libpng) ("libusb" ,libusb) ("libxrender" ,libxrender) + ("openssl" ,openssl) ("podofo" ,podofo) ("python" ,python-2) ("python2-apsw" ,python2-apsw) -- cgit v1.2.3