guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: calibre: Update to 3.35.0.


From: guix-commits
Subject: 01/01: gnu: calibre: Update to 3.35.0.
Date: Sat, 8 Dec 2018 10:44:49 -0500 (EST)

andreas pushed a commit to branch master
in repository guix.

commit ec60c3a58137ddb3c135999c3e7ccb90d51e3185
Author: Brendan Tildesley <address@hidden>
Date:   Sun Dec 2 13:31:41 2018 +1100

    gnu: calibre: Update to 3.35.0.
    
    * gnu/packages/ebooks.scm: (calibre): Update to 3.35.0.
    
    Signed-off-by: Andreas Enge <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 a78e3e8..e750c6c 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)))



reply via email to

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