mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-22 10:10:31 +02:00
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>
This commit is contained in:
committed by
Andreas Enge
parent
3b5ef8ef85
commit
0871d3a9ed
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user