mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-20 05:37:34 -05:00
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:
parent
536577390f
commit
c9a86e666f
1 changed files with 2 additions and 3 deletions
|
@ -21157,7 +21157,7 @@ (define-public emacs-counsel-dash
|
|||
(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 @@ (define-public emacs-calibredb
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue