mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: emacs-ebdb: Update to 0.8.13.
* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.13.
This commit is contained in:
parent
61b4b6aea2
commit
114af5e286
1 changed files with 2 additions and 2 deletions
|
@ -26953,14 +26953,14 @@ federated microblogging social network.")
|
||||||
(define-public emacs-ebdb
|
(define-public emacs-ebdb
|
||||||
(package
|
(package
|
||||||
(name "emacs-ebdb")
|
(name "emacs-ebdb")
|
||||||
(version "0.8.12")
|
(version "0.8.13")
|
||||||
(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 "1k53crdmaw6lzvprsmpdfvg96ck54bzs4z1d4q9x890anglxq5m6"))))
|
(base32 "0bbv2n01x9zacnrd00krjkra6amn2cbxlpb5rkjcsyg05zmdkr5q"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Add table
Reference in a new issue