diff options
author | Andreas Enge <andreas@enge.fr> | 2015-08-11 16:57:47 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-08-11 16:57:47 +0200 |
commit | 176be3d436c4d652410e82e5427f16df868bb007 (patch) | |
tree | 2deaacc91606bf7eb8a471e1e03958f96f954a51 | |
parent | e8bdd73ac6739d11b93fc624d0a5275c7fedbc6d (diff) | |
download | patches-176be3d436c4d652410e82e5427f16df868bb007.tar patches-176be3d436c4d652410e82e5427f16df868bb007.tar.gz |
gnu: calibre: Update to 2.34.0.
* gnu/packages/ebook.scm (calibre): Update to 2.34.0.
-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 37b2a0dba3..86b93a110a 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm @@ -60,7 +60,7 @@ (define-public calibre (package (name "calibre") - (version "2.29.0") + (version "2.34.0") (source (origin (method url-fetch) @@ -69,7 +69,7 @@ version ".tar.xz")) (sha256 (base32 - "1n3cfnjnghhhsgzcbcvbr0gh191lhl6az09q1s68jhlcc2lski6l")) + "04khi2jz7jrp6ppax57648sjkczvcxfqyzlyvhw155ggmpg8fiki")) ;; Remove non-free or doubtful code, see ;; https://lists.gnu.org/archive/html/guix-devel/2015-02/msg00478.html (modules '((guix build utils))) |