me
/
guix
Archived
1
0
Fork 0

gnu: emacs-ebdb: Update to 0.8.9.

* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.9.
Nicolas Goaziou 2022-01-26 17:44:32 +01:00
parent 76656a23bf
commit d27a76929d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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