gnu: emacs-ebdb: Update to 0.8.10.

* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.10.
This commit is contained in:
Nicolas Goaziou 2022-01-28 09:47:18 +01:00
parent c0f4b68431
commit 8c8ce3faf5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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