diff options
author | Brendan Tildesley <brendan.tildesley@openmailbox.org> | 2017-11-04 02:43:59 +1100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-11-05 17:24:01 +0100 |
commit | 7ed93a6c9eed5020b3ebd8abfbc59a6ec26fbc99 (patch) | |
tree | 9f782a62c44a3db949e31f617ce4bdf70359a1c9 /gnu/packages | |
parent | 540dd1c8cc987cafd79a19775f0594f2561ba3dd (diff) | |
download | guix-7ed93a6c9eed5020b3ebd8abfbc59a6ec26fbc99.tar guix-7ed93a6c9eed5020b3ebd8abfbc59a6ec26fbc99.tar.gz |
gnu: calibre: Update to 3.11.1.
* gnu/packages/ebook.scm (calibre): Update to 3.11.1.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/ebook.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index 4bcaa0abfe..da7c9dc0f8 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm @@ -72,7 +72,7 @@ (define-public calibre (package (name "calibre") - (version "3.6.0") + (version "3.11.1") (source (origin (method url-fetch) @@ -81,7 +81,7 @@ version ".tar.xz")) (sha256 (base32 - "0vp2nds4b5xbchsh1rpc1q7093gd26dnw7mgbnax97dcchvlc4sc")) + "0kwza7iyyyfhq476z5fk9962iyd0qpgmzm1k36nqcy8sfjbk8mrl")) ;; Remove non-free or doubtful code, see ;; https://lists.gnu.org/archive/html/guix-devel/2015-02/msg00478.html (modules '((guix build utils))) |