gnu: emacs-ebdb: Update to 0.8.1.

* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.1.
This commit is contained in:
Nicolas Goaziou 2021-08-21 09:20:35 +02:00
parent d548fa9144
commit 15ba093ce3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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