guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: neomutt: Update to 20230517.


From: guix-commits
Subject: 05/06: gnu: neomutt: Update to 20230517.
Date: Sat, 26 Aug 2023 08:01:17 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit bdea9adc869ed23f41aa444bbcc8b8f75349fe86
Author: flabbergasted <flabbergasted@nofog.net>
AuthorDate: Thu Jun 1 09:07:58 2023 +0100

    gnu: neomutt: Update to 20230517.
    
    * gnu/packages/mail.scm (neomutt): Update to 20230517.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 72d971eb77..a33fefddef 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -647,7 +647,7 @@ operating systems.")
 (define-public neomutt
   (package
     (name "neomutt")
-    (version "20220429")
+    (version "20230517")
     (source
      (origin
        (method git-fetch)
@@ -656,7 +656,7 @@ operating systems.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "106m6al48m22gl8848z8d0hsg2qiaz74vgy4f37hycl4v5d3n5ic"))))
+        (base32 "0kjllp2scgmpkl8yd0hwz6jmm98hr2r7qkb75ps9753fl96i4bfn"))))
     (build-system gnu-build-system)
     (inputs
      (list cyrus-sasl



reply via email to

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