lfam pushed a commit to branch master
in repository guix.
commit 37e8a2e219b21a43f80e9cf8581db1b1e2f67105
Author: Alex Griffin <[email protected]>
Date: Tue Jan 3 10:36:52 2017 -0600
gnu: calibre: Update to 2.76.0.
* gnu/packages/ebook.scm (calibre): Update to 2.76.0.
Signed-off-by: Leo Famulari <[email protected]>
---
gnu/packages/ebook.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index 1a030ce..0a53e6c 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015, 2016 Andreas Enge <[email protected]>
;;; Copyright © 2016 Efraim Flashner <[email protected]>
-;;; Copyright © 2016 Alex Griffin <[email protected]>
+;;; Copyright © 2016, 2017 Alex Griffin <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -61,7 +61,7 @@
(define-public calibre
(package
(name "calibre")
- (version "2.74.0")
+ (version "2.76.0")
(source
(origin
(method url-fetch)
@@ -70,7 +70,7 @@
version ".tar.xz"))
(sha256
(base32
- "1dpz1682zd8anvgafk2m5m123dxy1bc07ysj0z1my7zqaq1cyrm3"))
+ "1xfm586n6gm44mkyn25mbiyhj6w9ji9yl6fvmnr4zk1q6qcga3v8"))
;; Remove non-free or doubtful code, see
;; https://lists.gnu.org/archive/html/guix-devel/2015-02/msg00478.html
(modules '((guix build utils)))