guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-bbdb: Update to 3.2.2.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-bbdb: Update to 3.2.2.2.
Date: Mon, 27 Jun 2022 12:48:47 -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 08fc2e13a1 gnu: emacs-bbdb: Update to 3.2.2.2.
08fc2e13a1 is described below

commit 08fc2e13a1727bcc0faf9289e3d1c0e1774151b5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jun 27 18:47:58 2022 +0200

    gnu: emacs-bbdb: Update to 3.2.2.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-bbdb): Update to 3.2.2.2.
---
 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 94a290590c..90c78cc379 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2576,14 +2576,14 @@ directories or regex patterns.")
 (define-public emacs-bbdb
   (package
     (name "emacs-bbdb")
-    (version "3.2.1")
+    (version "3.2.2.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "bbdb-" version ".tar"))
        (sha256
-        (base32 "01vsnifs47krq1srgdkk9agbv3p2fykl9nydr4nrfjxbqpnyh3ij"))))
+        (base32 "0bf20r5xhxln6z4qp8zrlln0303dkci2ydsr74pxcj08aqgk5xxf"))))
     (build-system emacs-build-system)
     (arguments
      ;; XXX: The following file cannot be byte-compiled, because et requires



reply via email to

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