me
/
guix
Archived
1
0
Fork 0

gnu: emacs-ebdb: Update to 0.8.20.

* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.20.

Change-Id: Ib3420c220beadc022bf3e65c8d904a0237f9dd18
master
Nicolas Goaziou 2024-01-01 18:26:50 +01:00
parent 08c08b22b2
commit 9e195fa0ed
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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