diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-14 03:52:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-14 03:57:05 +0200 |
commit | 1f5cc686b70858245b5a20f3ee13e85565cd5ced (patch) | |
tree | 3aa0bc56eaa921c4edf8178881613840c3676519 | |
parent | 5cdb25c6866014b2c7a7bca64c07712f328486f5 (diff) | |
download | guix-1f5cc686b70858245b5a20f3ee13e85565cd5ced.tar.gz |
gnu: mutt: Update to 1.14.6.
* gnu/packages/mail.scm (mutt): Update to 1.14.6.
-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 8b802ddea5..930e7a42cc 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.5") + (version "1.14.6") (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 - "0p1xiqzmkqlzy5yi4l0dh0lacdq300zdj48zk0fir8j1pp512sri")) + "0i0q6vwhnb1grimsrpmz8maw255rh9k0laijzxkry6xqa80jm5s7")) (patches (search-patches "mutt-store-references.patch")))) (build-system gnu-build-system) (inputs |