me
/
guix
Archived
1
0
Fork 0

gnu: emacs-ebdb: Update to 0.8.8.

* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.8.
master
Nicolas Goaziou 2021-10-29 22:33:43 +02:00
parent 52ab88a5aa
commit 211cebef1b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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