me
/
guix
Archived
1
0
Fork 0

gnu: emacs-ebdb: Update to 0.8.22.

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

Change-Id: I658b52bc67c3a57ff873af9a9d92d7309b2dc7f2
master
Nicolas Goaziou 2024-01-21 23:17:25 +01:00
parent 666cdecebd
commit 1f0d72371c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -33591,14 +33591,14 @@ federated microblogging social network.")
(define-public emacs-ebdb (define-public emacs-ebdb
(package (package
(name "emacs-ebdb") (name "emacs-ebdb")
(version "0.8.20") (version "0.8.22")
(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 "1kcygkfw7r3ixbb2dgsf3rl2662xls24992y2j1w32fdh9gqk03s")))) (base32 "12sydb2lm571096gpb8r0jpg19wiqpl52rcnrhkvzlhzxgg18pg5"))))
(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")