gnu: emacs-ebdb: Update to 0.6.21.

* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.6.21.
This commit is contained in:
Nicolas Goaziou 2020-11-22 14:01:59 +01:00
parent d82f227291
commit bdd5fea69e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -22739,14 +22739,14 @@ federated microblogging social network.")
(define-public emacs-ebdb
(package
(name "emacs-ebdb")
(version "0.6.20")
(version "0.6.21")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"ebdb-" version ".tar"))
(sha256
(base32 "1rhmnz2g4nmk893gzxm1hfwqf5nan20yss5mxilfpza2jh4368h3"))))
(base32 "0pp190wr6z98kggmw9ls486f9vxfimdjdbqsp263qiyi21ws98if"))))
(build-system emacs-build-system)
(home-page "https://github.com/girzel/ebdb")
(synopsis "EIEIO port of BBDB, Emacs's contact-management package")