me
/
guix
Archived
1
0
Fork 0

gnu: emacs-calibredb: Update to 2.5.0.

* gnu/packages/emacs-xyz.scm (emacs-calibredb): Update to 2.5.0.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
master
Michael Rohleder 2020-08-09 18:57:16 +02:00 committed by Mathieu Othacehe
parent 47ad589f41
commit 32ae5c6209
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 2 deletions

View File

@ -20980,7 +20980,7 @@ through Dash docsets.")
(define-public emacs-calibredb
(package
(name "emacs-calibredb")
(version "2.4.0")
(version "2.5.0")
(source
(origin
(method git-fetch)
@ -20989,7 +20989,7 @@ through Dash docsets.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0c6y3n51djajhfj4k6g0r58brls0fhyw6d7c6h4zi5jl1hw64vj6"))))
(base32 "11m9d015fnjf89qg6wpy0vs1vhvak5q753m4dzqrdw3jgm9zsnmv"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)