3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: emacs-ebdb: Update to 0.6.24.

* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.6.24.
This commit is contained in:
Nicolas Goaziou 2021-06-30 00:12:50 +02:00
parent 3a8067b009
commit d0aadf86ef
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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