guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Mutt: Update to 1.13.5.


From: guix-commits
Subject: 01/02: gnu: Mutt: Update to 1.13.5.
Date: Mon, 13 Apr 2020 17:55:30 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit ad5a8c0fc1773517b3bd27a07f9c0ab4fe47249b
Author: Leo Famulari <address@hidden>
AuthorDate: Mon Apr 13 17:53:02 2020 -0400

    gnu: Mutt: Update to 1.13.5.
    
    * gnu/packages/mail.scm (mutt): Update to 1.13.5.
---
 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 a6ed776..0a88c20 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -384,7 +384,7 @@ aliasing facilities to work just as they would on normal 
mail.")
 (define-public mutt
   (package
     (name "mutt")
-    (version "1.13.4")
+    (version "1.13.5")
     (source (origin
              (method url-fetch)
              (uri (list
@@ -394,7 +394,7 @@ aliasing facilities to work just as they would on normal 
mail.")
                                    version ".tar.gz")))
              (sha256
               (base32
-               "016dzx2c0kr9xgnw4nfzpkn4nvpk56rdlcqhrwa820fq8083yzdm"))
+               "0lx65a44b03rbvcrz0y9syrik67fx3hvblxyyvz5l9bb7rdipmvc"))
              (patches (search-patches "mutt-store-references.patch"))))
     (build-system gnu-build-system)
     (inputs



reply via email to

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