Archived
1
0
Fork 0

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 @@ 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.8.0") (version "2.10.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -24047,7 +24047,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 "19gc05k2p1l8wlkrqij9cw6d61hzknd6a9n64kzlpi87cpbav3lv")))) (base32 "0s26a2fy1xldd0q57avds7zn0h7lkis2hjh9zmm1qhwn8409hys9"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
'(#:phases '(#:phases
@ -24060,8 +24060,7 @@ all of your projects, then override or add variables on a per-project basis.")
("calibredb-program" ("calibredb-program"
(string-append calibre "/bin/calibredb")) (string-append calibre "/bin/calibredb"))
("calibredb-fetch-metadata-program" ("calibredb-fetch-metadata-program"
(string-append calibre "/bin/fetch-ebook-metadata")))) (string-append calibre "/bin/fetch-ebook-metadata")))))))))
#t)))))
(inputs (inputs
`(("calibre" ,calibre))) `(("calibre" ,calibre)))
(propagated-inputs (propagated-inputs