diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-09-09 21:26:34 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-09-09 21:31:43 +0200 |
commit | 71ff0f210f97da0d1b94e36e99253e02d0221f14 (patch) | |
tree | 13c53164f3e6dc18be4c38fc437e01163b819029 | |
parent | 85eb199003927b1c3c5d9c551faaaf17386a5236 (diff) | |
download | guix-71ff0f210f97da0d1b94e36e99253e02d0221f14.tar.gz guix-71ff0f210f97da0d1b94e36e99253e02d0221f14.zip |
gnu: emacs-counsel-bbdb: Update to 0.0.5.
* gnu/packages/emacs-xyz.scm (emacs-counsel-bbdb): Update to 0.0.5.
[propagated-inputs]: Add EMACS-BBDB.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index b8d7299b37..27a6c535bd 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -2705,7 +2705,7 @@ shine on top of your cursor so you know where it is.") (define-public emacs-counsel-bbdb (package (name "emacs-counsel-bbdb") - (version "0.0.4") + (version "0.0.5") (source (origin (method git-fetch) @@ -2714,9 +2714,9 @@ shine on top of your cursor so you know where it is.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0bki658mvlchqf3prkzxz4217a95cxm58c1qmf84yp2n8h6gd0d8")))) + (base32 "1jrj7hx6y518np3xcnarbj0c43lglcf9gww3fhfqp7lzxl9hvi8s")))) (build-system emacs-build-system) - (propagated-inputs (list emacs-ivy)) + (propagated-inputs (list emacs-bbdb emacs-ivy)) (home-page "https://github.com/redguardtoo/counsel-bbdb") (synopsis "Ivy interface for BBDB") (description "This Ivy extension enables the use of @code{ivy-mode} to input |