gnu: calibre: Update to 2.62.0.

* gnu/packages/ebook.scm (calibre): Update to 2.62.0.
This commit is contained in:
Efraim Flashner 2016-07-19 20:47:25 +03:00
parent d58a32037e
commit 31e8a074c7
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
(define-public calibre
(package
(name "calibre")
(version "2.58.0")
(version "2.62.0")
(source
(origin
(method url-fetch)
@ -70,7 +70,7 @@
version ".tar.xz"))
(sha256
(base32
"0npqvfjqj1vwa7nmnsyd4d30z40brydw275ldf1jankrp6dr9dyd"))
"15qskfsdg3fy9cpw1m3mccwgn45366yn7lci5kim0fdzpw9pnkna"))
;; Remove non-free or doubtful code, see
;; https://lists.gnu.org/archive/html/guix-devel/2015-02/msg00478.html
(modules '((guix build utils)))