me
/
guix
Archived
1
0
Fork 0

gnu: emacs-ebdb: Update to 0.8.16.

* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.16.
master
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
1 changed files with 2 additions and 2 deletions

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")