gnu: emacs-ebdb: Update to 0.8.18.

* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.18.
This commit is contained in:
Nicolas Goaziou 2023-10-03 13:36:59 +02:00
parent a8e0ff78e5
commit daf02c5760
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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