Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-19 | gnu: calibre: Update to 5.36.0. | Brendan Tildesley | |
* gnu/packages/ebook.scm (calibre): Update to 5.36.0. Remove no longer needed zeroconf patch. [inputs]: Remove python-dbus, python-dukpy, python-pycryptodome. Add python-jeepney, libstemmer. * gnu/packages/patches/calibre-fix-zeroconf.patch: Delete patch. * gnu/local.mk: Remove reference to patch. Signed-off-by: Nicolas Goaziou <[email protected]> | |||
2022-01-14 | gnu: Calibre: Fix a build failure with recent zeroconf. | Leo Famulari | |
Fixes <https://issues.guix.gnu.org/53247>. * gnu/packages/patches/calibre-fix-zeroconf.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ebook.scm (calibre)[source]: Use it. |