guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-ebdb: Update to 0.6.24.


From: guix-commits
Subject: 02/02: gnu: emacs-ebdb: Update to 0.6.24.
Date: Tue, 29 Jun 2021 18:17:27 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d0aadf86ef884143d75d7ec265d3042de7753e98
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jun 30 00:12:50 2021 +0200

    gnu: emacs-ebdb: Update to 0.6.24.
    
    * gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.6.24.
---
 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 ce15064..5c141c5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25344,14 +25344,14 @@ federated microblogging social network.")
 (define-public emacs-ebdb
   (package
     (name "emacs-ebdb")
-    (version "0.6.23")
+    (version "0.6.24")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "ebdb-" version ".tar"))
        (sha256
-        (base32 "0j3jvy9s606qjqcmcjzgck3dp8bhpgly2g00wnswzcgk4makdzld"))))
+        (base32 "0156rh6fkv2yp509h6i8qzh4gsda2mcmfrxl4r6ywn1z5ahijc3r"))))
     (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]