guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: neomutt: Update to 20201127.


From: guix-commits
Subject: 03/08: gnu: neomutt: Update to 20201127.
Date: Tue, 1 Dec 2020 14:56:13 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 04d5fbab8eb43f173cd08adeee29f3d2362e944b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Dec 1 19:11:10 2020 +0100

    gnu: neomutt: Update to 20201127.
    
    * gnu/packages/mail.scm (neomutt): Update to 20201127.
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 09c332e..596c341 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -491,7 +491,7 @@ operating systems.")
 (define-public neomutt
   (package
     (name "neomutt")
-    (version "20201120")
+    (version "20201127")
     (source
      (origin
        (method git-fetch)
@@ -500,7 +500,7 @@ operating systems.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0z6xavgd0zv9pqvfsdyvhhi1q3y7zxhgg24isbnn9r6mldafqwna"))))
+        (base32 "1yhpz591jhcjpwllgppwf7vl7z2rnaqfphsvqd1sihd9k4lwch06"))))
     (build-system gnu-build-system)
     (inputs
      `(("cyrus-sasl" ,cyrus-sasl)



reply via email to

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