guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: alot: Update to 0.10.


From: guix-commits
Subject: 04/04: gnu: alot: Update to 0.10.
Date: Sat, 27 Nov 2021 04:07:37 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 214b3c52ce37f13f669fdc2be9dcbfbec47a70b9
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Wed Nov 24 15:00:34 2021 +0100

    gnu: alot: Update to 0.10.
    
    * gnu/packages/mail.scm (alot): Update to 0.10.
    [inputs]: Use python-notmuch2.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/mail.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index eb00f89..607f01d 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1240,7 +1240,7 @@ attachments, create new maildirs, and so on.")
 (define-public alot
   (package
     (name "alot")
-    (version "0.9.1")
+    (version "0.10")
     (source (origin
               (method git-fetch)
               ;; package author intends on distributing via github rather
@@ -1252,7 +1252,7 @@ attachments, create new maildirs, and so on.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0s94m17yph1gq9f2svipb3bbwbw1s4j3zf2xkg5h91006v8286r6"))))
+                "0awf1phdy1wqm01cy9zmvqlw6c8pvkxm2f9ncjd0cmzxqnmq1dyn"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -1288,7 +1288,7 @@ attachments, create new maildirs, and so on.")
        ("python-urwid" ,python-urwid)
        ("python-urwidtrees" ,python-urwidtrees)
        ("python-gpg" ,python-gpg)
-       ("python-notmuch" ,python-notmuch)))
+       ("python-notmuch2" ,python-notmuch2)))
     (home-page "https://github.com/pazz/alot";)
     (synopsis "Command-line MUA using Notmuch")
     (description



reply via email to

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