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


From: guix-commits
Subject: branch master updated: gnu: emacs-ebdb: Update to 0.8.10.
Date: Fri, 28 Jan 2022 03:48:00 -0500

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 8c8ce3faf5 gnu: emacs-ebdb: Update to 0.8.10.
8c8ce3faf5 is described below

commit 8c8ce3faf51f6c8a8ce9e302e9350b639c465859
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jan 28 09:47:18 2022 +0100

    gnu: emacs-ebdb: Update to 0.8.10.
    
    * gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.10.
---
 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 b79a2d5293..5ae7db1647 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26317,14 +26317,14 @@ federated microblogging social network.")
 (define-public emacs-ebdb
   (package
     (name "emacs-ebdb")
-    (version "0.8.9")
+    (version "0.8.10")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "ebdb-" version ".tar"))
        (sha256
-        (base32 "0bdwp0iacswd1cl6dbs5m98255iik2nqmzd85k87s3krcafahyr7"))))
+        (base32 "1763zk75a85803wbn68sz4n3yvkhzh3a8571syd1r2npb59b40ad"))))
     (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]