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.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-ebdb: Update to 0.8.1.
Date: Sat, 21 Aug 2021 03:22:56 -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 15ba093  gnu: emacs-ebdb: Update to 0.8.1.
15ba093 is described below

commit 15ba093ce36ebe792d09555c8734d73d1db9a704
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Aug 21 09:20:35 2021 +0200

    gnu: emacs-ebdb: Update to 0.8.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.1.
---
 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 bea6288..afe6ded 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25863,14 +25863,14 @@ federated microblogging social network.")
 (define-public emacs-ebdb
   (package
     (name "emacs-ebdb")
-    (version "0.7.1")
+    (version "0.8.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "ebdb-" version ".tar"))
        (sha256
-        (base32 "1z5lh1mib60mvs5kbdsrw2h4whz4n5ad4qkpphs2xjvaz92jgq6s"))))
+        (base32 "1wdv1jkcawbxa8nnd0856ix1qp0chkc9yasvm7dmn7gj1y92nss1"))))
     (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]