From a3fa82ddea93fd201cf83e06e5fab9f3d46159f1 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 11 Jul 2022 10:50:25 +0200 Subject: [PATCH] gnu: emacs-calibredb: Update to 2.12.0. * gnu/packages/emacs-xyz.scm (emacs-calibredb): Update to 2.12.0. --- gnu/packages/emacs-xyz.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 9f57053da5..71411de425 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -26618,7 +26618,7 @@ all of your projects, then override or add variables on a per-project basis.") (define-public emacs-calibredb (package (name "emacs-calibredb") - (version "2.10.0") + (version "2.12.0") (source (origin (method git-fetch) @@ -26627,7 +26627,7 @@ all of your projects, then override or add variables on a per-project basis.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0s26a2fy1xldd0q57avds7zn0h7lkis2hjh9zmm1qhwn8409hys9")))) + (base32 "1l30s3wv21mpybbxni5fziq2awai9k60i87s6fid56hg262r7jp0")))) (build-system emacs-build-system) (arguments '(#:phases @@ -26644,7 +26644,7 @@ all of your projects, then override or add variables on a per-project basis.") (inputs (list calibre)) (propagated-inputs - (list emacs-dash emacs-s emacs-transient)) + (list emacs-dash emacs-esxml emacs-s emacs-transient)) (home-page "https://github.com/chenyanming/calibredb.el") (synopsis "Yet another calibre client for Emacs") (description "This package integrates calibre into Emacs.