me
/
guix
Archived
1
0
Fork 0

gnu: emacs-ebdb: Update to 0.6.20.

* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.6.20.
master
Nicolas Goaziou 2020-11-03 08:16:56 +01:00
parent 50c69eb6f9
commit 59610496e1
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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