guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-ebdb: Update to 0.8.4.


From: guix-commits
Subject: branch master updated: gnu: emacs-ebdb: Update to 0.8.4.
Date: Mon, 06 Sep 2021 05:11:12 -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 32d80c2  gnu: emacs-ebdb: Update to 0.8.4.
32d80c2 is described below

commit 32d80c2238d034e9a5ef2023abccd42e0af67260
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Sun Sep 5 15:35:20 2021 +0200

    gnu: emacs-ebdb: Update to 0.8.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.4.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 68df962..48d2504 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25913,14 +25913,14 @@ federated microblogging social network.")
 (define-public emacs-ebdb
   (package
     (name "emacs-ebdb")
-    (version "0.8.2")
+    (version "0.8.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "ebdb-" version ".tar"))
        (sha256
-        (base32 "1idwih5v287q9vdhsnr1bsibdv4h61vmy3b82svf2x9aik1a7vir"))))
+        (base32 "0n811af83fqpzq9513gf240gnz7qkwrjw07qs4sra4069q0pwnjr"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/girzel/ebdb";)
     (synopsis "EIEIO port of BBDB, Emacs's contact-management package")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]