gnu: emacs-ebdb: Update to 0.6.23.
* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.6.23.
This commit is contained in:
parent
08f1400bec
commit
cc0f152ffd
1 changed files with 2 additions and 2 deletions
|
@ -24930,14 +24930,14 @@ federated microblogging social network.")
|
||||||
(define-public emacs-ebdb
|
(define-public emacs-ebdb
|
||||||
(package
|
(package
|
||||||
(name "emacs-ebdb")
|
(name "emacs-ebdb")
|
||||||
(version "0.6.22")
|
(version "0.6.23")
|
||||||
(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 "0dljl21n6508c7ash7l6zgxhpn2wdfzga0va63d4k9nwnqmkvsgz"))))
|
(base32 "0j3jvy9s606qjqcmcjzgck3dp8bhpgly2g00wnswzcgk4makdzld"))))
|
||||||
(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")
|
||||||
|
|
Reference in a new issue