me
/
guix
Archived
1
0
Fork 0

gnu: emacs-ebdb: Update to 0.8.17.

* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.17.
master
Nicolas Goaziou 2023-01-13 22:36:57 +01:00
parent 0be4d09479
commit 52c4f11536
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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