diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-07-11 10:50:25 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-07-11 10:58:25 +0200 |
commit | a3fa82ddea93fd201cf83e06e5fab9f3d46159f1 (patch) | |
tree | 6775098450bd5ea8d68efb99d3597e09cb661b45 /gnu | |
parent | ee23adcc32cfd3b5ee6999adc965c2ca76feffbd (diff) | |
download | guix-a3fa82ddea93fd201cf83e06e5fab9f3d46159f1.tar.gz |
gnu: emacs-calibredb: Update to 2.12.0.
* gnu/packages/emacs-xyz.scm (emacs-calibredb): Update to 2.12.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files 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. |