gnu: emacs-ebdb: Update to 0.8.1.
* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.1.
This commit is contained in:
parent
d548fa9144
commit
15ba093ce3
1 changed files with 2 additions and 2 deletions
|
@ -25863,14 +25863,14 @@ (define-public emacs-mastodon
|
|||
(define-public emacs-ebdb
|
||||
(package
|
||||
(name "emacs-ebdb")
|
||||
(version "0.7.1")
|
||||
(version "0.8.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"ebdb-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "1z5lh1mib60mvs5kbdsrw2h4whz4n5ad4qkpphs2xjvaz92jgq6s"))))
|
||||
(base32 "1wdv1jkcawbxa8nnd0856ix1qp0chkc9yasvm7dmn7gj1y92nss1"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/girzel/ebdb")
|
||||
(synopsis "EIEIO port of BBDB, Emacs's contact-management package")
|
||||
|
|
Loading…
Reference in a new issue