guix-commits
[Top][All Lists]
Advanced

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

16/24: gnu: emacs-notmuch-maildir: Update to 0.2.3.


From: guix-commits
Subject: 16/24: gnu: emacs-notmuch-maildir: Update to 0.2.3.
Date: Sat, 29 Jun 2024 04:47:15 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 07a4a10c28da6b525121b26ef9fd6dfeab5faa98
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jun 29 09:58:26 2024 +0200

    gnu: emacs-notmuch-maildir: Update to 0.2.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-notmuch-maildir): Update to 0.2.3.
    
    Change-Id: I44e9f4d45618ecfa932d722b1515ba48cd5783f9
---
 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 4c45508440..981faa8c96 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31718,7 +31718,7 @@ given search terms.")
 (define-public emacs-notmuch-maildir
   (package
     (name "emacs-notmuch-maildir")
-    (version "0.2.2")
+    (version "0.2.3")
     (source
      (origin
        (method git-fetch)
@@ -31727,7 +31727,7 @@ given search terms.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "09f5g2xll2wh9jkd8crgngnbhxxkiy1rqsjg5g4c0i3hdyk4c3s5"))))
+        (base32 "00b0jzb6k629bwnrci36wmi2s48cddqva3v8b0bwz2ik43ba8d0n"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-compat emacs-notmuch))



reply via email to

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