gnu: emacs-calibredb: Update to 2.12.0.
* gnu/packages/emacs-xyz.scm (emacs-calibredb): Update to 2.12.0.master
parent
ee23adcc32
commit
a3fa82ddea
|
@ -26618,7 +26618,7 @@ all of your projects, then override or add variables on a per-project basis.")
|
||||||
(define-public emacs-calibredb
|
(define-public emacs-calibredb
|
||||||
(package
|
(package
|
||||||
(name "emacs-calibredb")
|
(name "emacs-calibredb")
|
||||||
(version "2.10.0")
|
(version "2.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -26627,7 +26627,7 @@ all of your projects, then override or add variables on a per-project basis.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0s26a2fy1xldd0q57avds7zn0h7lkis2hjh9zmm1qhwn8409hys9"))))
|
(base32 "1l30s3wv21mpybbxni5fziq2awai9k60i87s6fid56hg262r7jp0"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
@ -26644,7 +26644,7 @@ all of your projects, then override or add variables on a per-project basis.")
|
||||||
(inputs
|
(inputs
|
||||||
(list calibre))
|
(list calibre))
|
||||||
(propagated-inputs
|
(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")
|
(home-page "https://github.com/chenyanming/calibredb.el")
|
||||||
(synopsis "Yet another calibre client for Emacs")
|
(synopsis "Yet another calibre client for Emacs")
|
||||||
(description "This package integrates calibre into Emacs.
|
(description "This package integrates calibre into Emacs.
|
||||||
|
|
Reference in New Issue