gnu: calibre: Update to 2.58.0.

* gnu/packages/ebook.scm (calibre): Update to 2.58.0.
This commit is contained in:
Efraim Flashner 2016-06-06 09:27:48 +03:00
parent eef988c82e
commit 9acd40fee8
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015, 2016 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is part of GNU Guix.
;;;
@ -60,7 +61,7 @@ (define-public chmlib
(define-public calibre
(package
(name "calibre")
(version "2.51.0")
(version "2.58.0")
(source
(origin
(method url-fetch)
@ -68,8 +69,8 @@ (define-public calibre
version "/calibre-"
version ".tar.xz"))
(sha256
(base32
"1rhpcxic4g2zyr5s3xn8dayyb45l9r8zyniaig8j7pl5kmsfjijn"))
(base32
"0npqvfjqj1vwa7nmnsyd4d30z40brydw275ldf1jankrp6dr9dyd"))
;; Remove non-free or doubtful code, see
;; https://lists.gnu.org/archive/html/guix-devel/2015-02/msg00478.html
(modules '((guix build utils)))