me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 17 additions and 16 deletions

View File

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