diff options
author | Michael Rohleder <mike@rohleder.de> | 2020-09-01 10:57:24 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-09-02 17:17:37 +0200 |
commit | c9a86e666f8ae7d15bb13d730b6949e7113c3d90 (patch) | |
tree | 76708fd57356df72ece7eada100eba948a801c10 | |
parent | 536577390f96d83a3dcf11e4946d408eaa0015eb (diff) | |
download | guix-c9a86e666f8ae7d15bb13d730b6949e7113c3d90.tar.gz |
gnu: emacs-calibredb: Update to 2.6.0.
* gnu/packages/emacs-xyz.scm (emacs-calibredb): Update to 2.6.0. [propagated-inputs]: removed emacs-org, because it's optional now. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 7db50c7563..3652316f26 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -21157,7 +21157,7 @@ through Dash docsets.") (define-public emacs-calibredb (package (name "emacs-calibredb") - (version "2.5.0") + (version "2.6.0") (source (origin (method git-fetch) @@ -21166,11 +21166,10 @@ through Dash docsets.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "11m9d015fnjf89qg6wpy0vs1vhvak5q753m4dzqrdw3jgm9zsnmv")))) + (base32 "132afbbh4km2cbll46i6bpksvin0ncgfy782g4nkfjmwjaqh3d5l")))) (build-system emacs-build-system) (propagated-inputs `(("emacs-dash" ,emacs-dash) - ("emacs-org" ,emacs-org) ("emacs-s" ,emacs-s) ("emacs-transient" ,emacs-transient))) (home-page "https://github.com/chenyanming/calibredb.el") |