summaryrefslogtreecommitdiff
path: root/gnu/packages/ebook.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-12-12 13:12:51 +0200
committerEfraim Flashner <efraim@flashner.co.il>2016-12-12 16:14:30 +0200
commit987ad88fb6d6b133e5f4bf499610700336d1dd07 (patch)
tree560050ba2743debf592eb7d072a82b0da94c8f27 /gnu/packages/ebook.scm
parent0468eddafb457e4e9305a3ee102e960298f52085 (diff)
gnu: calibre: Update to 2.74.0.
* gnu/packages/ebook.scm (calibre): Update to 2.74.0.
Diffstat (limited to 'gnu/packages/ebook.scm')
-rw-r--r--gnu/packages/ebook.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index c68e643cf0..1a030ce4e0 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -61,7 +61,7 @@
(define-public calibre
(package
(name "calibre")
- (version "2.63.0")
+ (version "2.74.0")
(source
(origin
(method url-fetch)
@@ -70,7 +70,7 @@
version ".tar.xz"))
(sha256
(base32
- "1rwgv6rsmy3ljfwcpv42w203ghngw86s5kzb0yjm1zgsxmas2wh6"))
+ "1dpz1682zd8anvgafk2m5m123dxy1bc07ysj0z1my7zqaq1cyrm3"))
;; Remove non-free or doubtful code, see
;; https://lists.gnu.org/archive/html/guix-devel/2015-02/msg00478.html
(modules '((guix build utils)))