mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
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:
parent
ecbfa20609
commit
97b4a7e37c
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue