diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-05 21:20:21 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-06 00:40:33 +0200 |
commit | 8bf7c0e6e6a6160069ae2b3dc7799fa40ac07afb (patch) | |
tree | 1453ecadbb9f8b6a7e92b46b33798799dff16453 /gnu | |
parent | efe8dc71feddfaf1917f64fb6778fca79475f251 (diff) |
gnu: mutt: Update to 2.0.7.
* gnu/packages/mail.scm (mutt): Update to 2.0.7.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mail.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 27fadc8aae..db42b2a309 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 |