guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: emacs-notmuch-maildir: Update to 0.2.2.


From: guix-commits
Subject: 06/07: gnu: emacs-notmuch-maildir: Update to 0.2.2.
Date: Thu, 25 May 2023 16:20:53 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 0e570b17269f2c60908a09f05603d11f66d6cecd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 25 22:02:45 2023 +0200

    gnu: emacs-notmuch-maildir: Update to 0.2.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-notmuch-maildir): Update to 0.2.2.
    [propagated-inputs]: Add EMACS-COMPAT.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2b91b5747a..0fece02697 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29418,7 +29418,7 @@ real search.")
 (define-public emacs-notmuch-maildir
   (package
     (name "emacs-notmuch-maildir")
-    (version "0.2.1")
+    (version "0.2.2")
     (source
      (origin
        (method git-fetch)
@@ -29427,10 +29427,10 @@ real search.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1fqnx6hhg0cqj82yjpl7llg6vvppc3y8q9k6g67mqr7z3712bw0x"))))
+        (base32 "09f5g2xll2wh9jkd8crgngnbhxxkiy1rqsjg5g4c0i3hdyk4c3s5"))))
     (build-system emacs-build-system)
     (propagated-inputs
-     (list emacs-notmuch))
+     (list emacs-compat emacs-notmuch))
     (home-page "https://git.sr.ht/~tarsius/notmuch-maildir";)
     (synopsis "Visualize maildirs as a tree")
     (description



reply via email to

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