gnu: emacs-ebdb: Update to 0.8.5.

* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.5.
This commit is contained in:
Nicolas Goaziou 2021-10-04 11:09:48 +02:00
parent f3e8e58521
commit 287ac9398a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -26011,14 +26011,14 @@ (define-public emacs-mastodon
(define-public emacs-ebdb
(package
(name "emacs-ebdb")
(version "0.8.4")
(version "0.8.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"ebdb-" version ".tar"))
(sha256
(base32 "0n811af83fqpzq9513gf240gnz7qkwrjw07qs4sra4069q0pwnjr"))))
(base32 "1p2chzj5hnaiqhammvdp82ck5pi6h1rl9r782zaqxrhrqsp3vg09"))))
(build-system emacs-build-system)
(home-page "https://github.com/girzel/ebdb")
(synopsis "EIEIO port of BBDB, Emacs's contact-management package")