diff options
author | Andreas Enge <andreas@enge.fr> | 2018-07-21 19:24:14 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2018-07-21 19:24:14 +0200 |
commit | e4351015ec5c4f74a66aed2e16931cf74c4d5830 (patch) | |
tree | 852c7f97e210885bda1950264273e01e1a4c3e03 /gnu/packages/ebook.scm | |
parent | 56e533929f459b04be3db420288c3863559883be (diff) | |
download | guix-e4351015ec5c4f74a66aed2e16931cf74c4d5830.tar guix-e4351015ec5c4f74a66aed2e16931cf74c4d5830.tar.gz |
gnu: calibre: Update to 3.28.0.
* gnu/packages/ebook.scm (calibre): Update to 3.28.0.
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 bf4b6a750e..a78e3e871f 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm @@ -75,7 +75,7 @@ (define-public calibre (package (name "calibre") - (version "3.17.0") + (version "3.28.0") (source (origin (method url-fetch) @@ -84,7 +84,7 @@ version ".tar.xz")) (sha256 (base32 - "1w6hw1s0d4daa4q2ykzhxdndiq61l8z7ls7rxh7k7p62ia0i5sxp")) + "0b3vv03c6m6972sk8zj3zc5sq6b9837irnfgjlqhv9z5i75m0414")) ;; Remove non-free or doubtful code, see ;; https://lists.gnu.org/archive/html/guix-devel/2015-02/msg00478.html (modules '((guix build utils))) |