gnu: emacs-calibredb: Update to 2.10.0.

* gnu/packages/emacs-xyz.scm (emacs-calibredb): Update to 2.10.0.
This commit is contained in:
Nicolas Goaziou 2021-06-03 21:13:23 +02:00
parent ecbfa20609
commit 97b4a7e37c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -24038,7 +24038,7 @@ (define-public emacs-cascading-dir-locals
(define-public emacs-calibredb
(package
(name "emacs-calibredb")
(version "2.8.0")
(version "2.10.0")
(source
(origin
(method git-fetch)
@ -24047,7 +24047,7 @@ (define-public emacs-calibredb
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "19gc05k2p1l8wlkrqij9cw6d61hzknd6a9n64kzlpi87cpbav3lv"))))
(base32 "0s26a2fy1xldd0q57avds7zn0h7lkis2hjh9zmm1qhwn8409hys9"))))
(build-system emacs-build-system)
(arguments
'(#:phases
@ -24060,8 +24060,7 @@ (define-public emacs-calibredb
("calibredb-program"
(string-append calibre "/bin/calibredb"))
("calibredb-fetch-metadata-program"
(string-append calibre "/bin/fetch-ebook-metadata"))))
#t)))))
(string-append calibre "/bin/fetch-ebook-metadata")))))))))
(inputs
`(("calibre" ,calibre)))
(propagated-inputs