summary refs log tree commit diff
path: root/gnu/packages/ebook.scm
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@scratchpost.org>2019-05-05 14:39:05 +0200
committerDanny Milosavljevic <dannym@scratchpost.org>2019-05-05 14:44:21 +0200
commitee3ce0d71d51d0b93d91a8ef1c82e8d233a74b33 (patch)
tree50658bee93c3fafdcf98eddc0a16325db89300df /gnu/packages/ebook.scm
parent421c5e92f96e89000277e83c64ade65e92880d7a (diff)
downloadguix-ee3ce0d71d51d0b93d91a8ef1c82e8d233a74b33.tar.gz
gnu: calibre: Update to 3.42.0.
* gnu/packages/ebook.scm (calibre): Update to 3.42.0.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'gnu/packages/ebook.scm')
-rw-r--r--gnu/packages/ebook.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index 068ac5b0a8..454e65a4aa 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,7 +88,7 @@
                             version ".tar.xz"))
         (sha256
          (base32
-          "167hhv4wimkjnyfgqkyqmaiixhicbxacy6190gps98jyj4csi8ra"))
+          "0ymdhws3cb44p3fb24vln1wx6s7qnb8rr241jvm6qbj5rnp984dm"))
         ;; Unbundle python2-odfpy. 
         ;; https://lists.gnu.org/archive/html/guix-devel/2015-02/msg00478.html
         (modules '((guix build utils)))