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>
This commit is contained in:
Michael Rohleder 2020-09-01 10:57:24 +02:00 committed by Ludovic Courtès
parent 536577390f
commit c9a86e666f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -21157,7 +21157,7 @@ (define-public emacs-counsel-dash
(define-public emacs-calibredb (define-public emacs-calibredb
(package (package
(name "emacs-calibredb") (name "emacs-calibredb")
(version "2.5.0") (version "2.6.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -21166,11 +21166,10 @@ (define-public emacs-calibredb
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "11m9d015fnjf89qg6wpy0vs1vhvak5q753m4dzqrdw3jgm9zsnmv")))) (base32 "132afbbh4km2cbll46i6bpksvin0ncgfy782g4nkfjmwjaqh3d5l"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-dash" ,emacs-dash) `(("emacs-dash" ,emacs-dash)
("emacs-org" ,emacs-org)
("emacs-s" ,emacs-s) ("emacs-s" ,emacs-s)
("emacs-transient" ,emacs-transient))) ("emacs-transient" ,emacs-transient)))
(home-page "https://github.com/chenyanming/calibredb.el") (home-page "https://github.com/chenyanming/calibredb.el")