[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: emacs-counsel-bbdb: Update to 0.0.5.
From: |
guix-commits |
Subject: |
03/07: gnu: emacs-counsel-bbdb: Update to 0.0.5. |
Date: |
Fri, 9 Sep 2022 15:32:49 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 71ff0f210f97da0d1b94e36e99253e02d0221f14
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Sep 9 21:26:34 2022 +0200
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.
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file 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
- branch master updated (de257d1ffc -> 6a2a545ba1), guix-commits, 2022/09/09
- 01/07: gnu: emacs-cape: Update to 0.9., guix-commits, 2022/09/09
- 02/07: gnu: emacs-consult: Update to 0.19., guix-commits, 2022/09/09
- 04/07: gnu: emacs-subed: Update to 1.0.8., guix-commits, 2022/09/09
- 03/07: gnu: emacs-counsel-bbdb: Update to 0.0.5.,
guix-commits <=
- 07/07: gnu: emacs-marginalia: Update to 0.14., guix-commits, 2022/09/09
- 05/07: gnu: emacs-pyim: Update to 5.2.4., guix-commits, 2022/09/09
- 06/07: gnu: emacs-kind-icon: Update to 0.1.7., guix-commits, 2022/09/09