mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: emacs-ebdb: Update to 0.6.18.
* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.6.18. [source]: Use GNU ELPA repository instead of GitHub.
This commit is contained in:
parent
8951b9496b
commit
c125119204
1 changed files with 18 additions and 23 deletions
|
@ -21033,30 +21033,25 @@ (define-public emacs-mastodon
|
||||||
federated microblogging social network.")
|
federated microblogging social network.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
;; The last release tarball is for version 0.6. We pick a commit close to
|
|
||||||
;; version 0.6.10, which doesn't have a release tarball.
|
|
||||||
(define-public emacs-ebdb
|
(define-public emacs-ebdb
|
||||||
(let ((commit "2a87f5ed2a53e3a4e91e8c88ba5afc49f5e945df")
|
(package
|
||||||
(revision "0"))
|
(name "emacs-ebdb")
|
||||||
(package
|
(version "0.6.18")
|
||||||
(name "emacs-ebdb")
|
(source
|
||||||
(version (git-version "0.6.10" revision commit))
|
(origin
|
||||||
(source (origin
|
(method url-fetch)
|
||||||
(method git-fetch)
|
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||||
(uri (git-reference
|
"ebdb-" version ".tar"))
|
||||||
(url "https://github.com/girzel/ebdb.git")
|
(sha256
|
||||||
(commit commit)))
|
(base32 "0znbv3c7wdgak1f1zb051vg4r29fksqh53k1j77jfmqcvwkpz2mw"))))
|
||||||
(file-name (git-file-name name version))
|
(build-system emacs-build-system)
|
||||||
(sha256
|
(home-page "https://github.com/girzel/ebdb")
|
||||||
(base32
|
(synopsis "EIEIO port of BBDB, Emacs's contact-management package")
|
||||||
"0fidy7z0c86dpqiss97sg5s92fd3fj4bdl8pqqdgg2m00jx4mrjz"))))
|
(description
|
||||||
(build-system emacs-build-system)
|
"EBDB is a contact management/addressbook package for Emacs. It's
|
||||||
(home-page "https://github.com/girzel/ebdb")
|
a re-write of the Insidious Big Brother Database (BBDB) using Emacs
|
||||||
(synopsis "EIEIO port of BBDB, Emacs's contact-management package")
|
Lisp's (relatively new) EIEIO object oriented libraries.")
|
||||||
(description "EBDB is a contact management/addressbook package for
|
(license license:gpl3+)))
|
||||||
Emacs. It's a re-write of the Insidious Big Brother Database (BBDB) using
|
|
||||||
Emacs Lisp's (relatively new) EIEIO object oriented libraries.")
|
|
||||||
(license license:gpl3+))))
|
|
||||||
|
|
||||||
(define-public emacs-refactor
|
(define-public emacs-refactor
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue