diff options
author | Brendan Tildesley <brendan.tildesley@openmailbox.org> | 2018-12-02 13:31:41 +1100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2018-12-08 15:55:54 +0100 |
commit | ec60c3a58137ddb3c135999c3e7ccb90d51e3185 (patch) | |
tree | e4d73bd771306de645c550df4e99fa3764786ffd /gnu/packages/ebook.scm | |
parent | f9dcf79f4752708554a452aa80a0987ab0e31754 (diff) | |
download | patches-ec60c3a58137ddb3c135999c3e7ccb90d51e3185.tar patches-ec60c3a58137ddb3c135999c3e7ccb90d51e3185.tar.gz |
gnu: calibre: Update to 3.35.0.
* gnu/packages/ebooks.scm: (calibre): Update to 3.35.0.
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/ebook.scm')
-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 a78e3e871f..e750c6cac8 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm @@ -75,7 +75,7 @@ (define-public calibre (package (name "calibre") - (version "3.28.0") + (version "3.35.0") (source (origin (method url-fetch) @@ -84,7 +84,7 @@ version ".tar.xz")) (sha256 (base32 - "0b3vv03c6m6972sk8zj3zc5sq6b9837irnfgjlqhv9z5i75m0414")) + "1gd15wjz4fhcra6d44xiy3hwbyk0miwb66a1pq5yldyy0hlb271z")) ;; Remove non-free or doubtful code, see ;; https://lists.gnu.org/archive/html/guix-devel/2015-02/msg00478.html (modules '((guix build utils))) |