diff options
| author | Kjartan Oli Agustsson <kjartanoli@outlook.com> | 2025-11-28 22:54:42 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-11-30 14:07:26 +0100 |
| commit | 0871d3a9edef01f4bb2361077e598972c4a42ec3 (patch) | |
| tree | 08258e69c7ca26e7bfb310190042dadfed2964bd | |
| parent | 3b5ef8ef85c479dd6985b6240ab08af7574f89ec (diff) | |
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 <andreas@enge.fr>
| -rw-r--r-- | gnu/packages/ebook.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index 7108268ce29..e0c122b573c 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 |
