me
/
guix
Archived
1
0
Fork 0

gnu: emacs-ebdb: Update to 0.7.

* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.7.
master
Nicolas Goaziou 2021-07-25 21:22:38 +02:00
parent cbeafb35e8
commit 6fd2f881cf
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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