gnu: emacs-counsel-bbdb: Use GitHub repository.

* gnu/packages/emacs-xyz.scm (emacs-counsel-bbdb)[version]: Use regular
upstream version instead of MELPA's.
[source]: Fetch from GitHub.
This commit is contained in:
Nicolas Goaziou 2021-02-27 17:42:25 +01:00
parent 98fb3ce8eb
commit 7c2e063245
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -1956,15 +1956,16 @@ mode, Rmail, Gnus, MH-E, and VM). BBDB is fully customizable.")
(define-public emacs-counsel-bbdb
(package
(name "emacs-counsel-bbdb")
(version "20181128.1320")
(version "0.0.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://melpa.org/packages/counsel-bbdb-"
version ".el"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/redguardtoo/counsel-bbdb")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"03g3lk8hz9a17vf5r16x054bhyk8xsbnfq0div8ig13fmhqi159q"))))
(base32 "0bki658mvlchqf3prkzxz4217a95cxm58c1qmf84yp2n8h6gd0d8"))))
(build-system emacs-build-system)
(propagated-inputs `(("emacs-ivy" ,emacs-ivy)))
(home-page "https://github.com/redguardtoo/counsel-bbdb")