This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 3cd7403 gnu: mutt: Update to 1.14.3.
3cd7403 is described below
commit 3cd74035840cfe977b7c20e537c39738fa98f0ea
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Jun 18 10:35:14 2020 +0300
gnu: mutt: Update to 1.14.3.
* gnu/packages/mail.scm (mutt): Update to 1.14.3.
---
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 e89a6f3..9c9ccf9 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -421,7 +421,7 @@ aliasing facilities to work just as they would on normal
mail.")
(define-public mutt
(package
(name "mutt")
- (version "1.14.2")
+ (version "1.14.3")
(source (origin
(method url-fetch)
(uri (list
@@ -431,7 +431,7 @@ aliasing facilities to work just as they would on normal
mail.")
version ".tar.gz")))
(sha256
(base32
- "0cdcls0x6f2w99hkjz48hxhnx86w3bnyxzibchdc9yspih770bz2"))
+ "0wd4cv1c9hqymvml979g607nh3xxmlyx1ifc4r4qf39v6grnsmdi"))
(patches (search-patches "mutt-store-references.patch"))))
(build-system gnu-build-system)
(inputs