1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02: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 (define-public emacs-ebdb
(package (package
(name "emacs-ebdb") (name "emacs-ebdb")
(version "0.6.23") (version "0.6.24")
(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 "0j3jvy9s606qjqcmcjzgck3dp8bhpgly2g00wnswzcgk4makdzld")))) (base32 "0156rh6fkv2yp509h6i8qzh4gsda2mcmfrxl4r6ywn1z5ahijc3r"))))
(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")