Archived
1
0
Fork 0

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:
Nicolas Goaziou 2020-06-06 15:47:57 +02:00
parent 8951b9496b
commit c125119204
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -21033,30 +21033,25 @@ time.")
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")
(revision "0"))
(package (package
(name "emacs-ebdb") (name "emacs-ebdb")
(version (git-version "0.6.10" revision commit)) (version "0.6.18")
(source (origin (source
(method git-fetch) (origin
(uri (git-reference (method url-fetch)
(url "https://github.com/girzel/ebdb.git") (uri (string-append "https://elpa.gnu.org/packages/"
(commit commit))) "ebdb-" version ".tar"))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "0znbv3c7wdgak1f1zb051vg4r29fksqh53k1j77jfmqcvwkpz2mw"))))
"0fidy7z0c86dpqiss97sg5s92fd3fj4bdl8pqqdgg2m00jx4mrjz"))))
(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")
(description "EBDB is a contact management/addressbook package for (description
Emacs. It's a re-write of the Insidious Big Brother Database (BBDB) using "EBDB is a contact management/addressbook package for Emacs. It's
Emacs Lisp's (relatively new) EIEIO object oriented libraries.") a re-write of the Insidious Big Brother Database (BBDB) using Emacs
(license license:gpl3+)))) Lisp's (relatively new) EIEIO object oriented libraries.")
(license license:gpl3+)))
(define-public emacs-refactor (define-public emacs-refactor
(package (package