guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: calibre: Update to 5.21.0.


From: guix-commits
Subject: branch master updated: gnu: calibre: Update to 5.21.0.
Date: Tue, 27 Jul 2021 01:33:10 -0400

This is an automated email from the git hooks/post-receive script.

raghavgururajan pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e76423c  gnu: calibre: Update to 5.21.0.
e76423c is described below

commit e76423cd49080852464667190d79fdcdbcb1a7f1
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Tue Jul 27 00:17:51 2021 -0400

    gnu: calibre: Update to 5.21.0.
    
    * gnu/packages/ebook.scm (calibre)[version]: Update to 5.21.0.
---
 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 48f005f..c49b231 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -116,7 +116,7 @@ with Microsoft Compiled HTML (CHM) files")
 (define-public calibre
   (package
     (name "calibre")
-    (version "5.14.0")
+    (version "5.21.0")
     (source
       (origin
         (method url-fetch)
@@ -125,7 +125,7 @@ with Microsoft Compiled HTML (CHM) files")
                             version ".tar.xz"))
         (sha256
          (base32
-          "0w8j9r9qa56r8gm9b10dwh8zrzqlv79s2br82jqg02lrnrbwwv0q"))
+          "0mq2w8blq6ykaml812axakwkqcw85qcpfwijdikn7kvbrhnnp2s5"))
         (modules '((guix build utils)))
         (snippet
           '(begin



reply via email to

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