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

guix_mirror_bot pushed a commit to branch master
in repository guix.

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

commit 0871d3a9edef01f4bb2361077e598972c4a42ec3
Author: Kjartan Oli Agustsson <[email protected]>
AuthorDate: Fri Nov 28 22:54:42 2025 +0000

    gnu: calibre: Update to 8.15.0.
    
    * gnu/packages/ebook.scm (calibre): Update to 8.15.0.
    
    Change-Id: I14b6ea178eee3065e3b74bdd55c9360cf2c442c6
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 7108268ce2..e0c122b573 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -137,14 +137,14 @@ with Microsoft Compiled HTML (CHM) files")
 (define-public calibre
   (package
     (name "calibre")
-    (version "8.13.0")
+    (version "8.15.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://download.calibre-ebook.com/"; version
                            "/calibre-" version ".tar.xz"))
        (sha256
-        (base32 "092zv9s0w87vwb5n54ps7lawjmwjqpmk93yp6lslnphpb6hqal6z"))
+        (base32 "1d2ygxf5srzdxc3jpngmq3zbz9plxnbzm4dzygpfd38szr5zwyss"))
        (modules '((guix build utils)))
        (snippet
         '(begin

Reply via email to