[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-ebdb: Update to 0.8.14.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-ebdb: Update to 0.8.14. |
Date: |
Wed, 06 Jul 2022 13:29:50 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 7535fc29fb gnu: emacs-ebdb: Update to 0.8.14.
7535fc29fb is described below
commit 7535fc29fb6a8d4c1b66899128e2fe5773df381f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jul 6 19:27:33 2022 +0200
gnu: emacs-ebdb: Update to 0.8.14.
* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.14.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8b5502b2e3..4ae14df68e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27656,14 +27656,14 @@ federated microblogging social network.")
(define-public emacs-ebdb
(package
(name "emacs-ebdb")
- (version "0.8.13")
+ (version "0.8.14")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"ebdb-" version ".tar"))
(sha256
- (base32 "0bbv2n01x9zacnrd00krjkra6amn2cbxlpb5rkjcsyg05zmdkr5q"))))
+ (base32 "0h7yva7p4b4lapi7pwcibf75nqmazjf3r67ibnkc8l9salfhml25"))))
(build-system emacs-build-system)
(home-page "https://github.com/girzel/ebdb")
(synopsis "EIEIO port of BBDB, Emacs's contact-management package")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-ebdb: Update to 0.8.14.,
guix-commits <=