guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-ebdb: Update to 0.7.


From: guix-commits
Subject: 01/02: gnu: emacs-ebdb: Update to 0.7.
Date: Sun, 25 Jul 2021 15:28:26 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 6fd2f881cf3ca9f64053ff87aab6608e8ef8fac9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 25 21:22:38 2021 +0200

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