gnu: emacs-ebdb: Update to 0.8.17.

* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.17.
This commit is contained in:
Nicolas Goaziou 2023-01-13 22:36:57 +01:00
parent 0be4d09479
commit 52c4f11536
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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