guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

23/23: gnu: calibre: Update to 3.42.0.


From: guix-commits
Subject: 23/23: gnu: calibre: Update to 3.42.0.
Date: Sun, 5 May 2019 11:15:27 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit ee3ce0d71d51d0b93d91a8ef1c82e8d233a74b33
Author: Danny Milosavljevic <address@hidden>
Date:   Sun May 5 14:39:05 2019 +0200

    gnu: calibre: Update to 3.42.0.
    
    * gnu/packages/ebook.scm (calibre): Update to 3.42.0.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 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 068ac5b..454e65a 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]