[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: gnu: mutt: Update to 2.0.7.
From: |
guix-commits |
Subject: |
03/05: gnu: mutt: Update to 2.0.7. |
Date: |
Wed, 5 May 2021 18:49:02 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 8bf7c0e6e6a6160069ae2b3dc7799fa40ac07afb
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed May 5 21:20:21 2021 +0200
gnu: mutt: Update to 2.0.7.
* gnu/packages/mail.scm (mutt): Update to 2.0.7.
---
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 27fadc8..db42b2a 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -528,7 +528,7 @@ aliasing facilities to work just as they would on normal
mail.")
(define-public mutt
(package
(name "mutt")
- (version "2.0.6")
+ (version "2.0.7")
(source (origin
(method url-fetch)
(uri (list
@@ -538,7 +538,7 @@ aliasing facilities to work just as they would on normal
mail.")
version ".tar.gz")))
(sha256
(base32
- "165mpivdhvhavglykwlz0hss2akxd6i6l40rgxs29mjzi52irqw1"))
+ "14fc4vfsfx74q1hn0b04q33cffdjzvwprwpjsj91jmi1lp38hxlm"))
(patches (search-patches "mutt-store-references.patch"))))
(build-system gnu-build-system)
(inputs