1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

gnu: emacs-ebdb: Update to 0.8.16.

* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.16.
This commit is contained in:
Nicolas Goaziou 2022-11-06 22:37:58 +01:00
parent 9c16fb4c0d
commit 2fa05ad486
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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