gnu: emacs-ebdb: Update to 0.7.1.

* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.7.1.
This commit is contained in:
Nicolas Goaziou 2021-08-06 20:58:19 +02:00
parent 95ead719a3
commit df5096031b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

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