gnu: calibre: Update to 3.28.0.

* gnu/packages/ebook.scm (calibre): Update to 3.28.0.
This commit is contained in:
Andreas Enge 2018-07-21 19:24:14 +02:00
parent 56e533929f
commit e4351015ec
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -75,7 +75,7 @@ (define-public chmlib
(define-public calibre (define-public calibre
(package (package
(name "calibre") (name "calibre")
(version "3.17.0") (version "3.28.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -84,7 +84,7 @@ (define-public calibre
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1w6hw1s0d4daa4q2ykzhxdndiq61l8z7ls7rxh7k7p62ia0i5sxp")) "0b3vv03c6m6972sk8zj3zc5sq6b9837irnfgjlqhv9z5i75m0414"))
;; Remove non-free or doubtful code, see ;; Remove non-free or doubtful code, see
;; https://lists.gnu.org/archive/html/guix-devel/2015-02/msg00478.html ;; https://lists.gnu.org/archive/html/guix-devel/2015-02/msg00478.html
(modules '((guix build utils))) (modules '((guix build utils)))