diff options
author | Leo Famulari <leo@famulari.name> | 2020-04-13 17:53:02 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-04-13 17:55:12 -0400 |
commit | ad5a8c0fc1773517b3bd27a07f9c0ab4fe47249b (patch) | |
tree | 7c1353368361848adfc1ea253bdd008e177e2e08 /gnu | |
parent | c4165dc0d1927a12b262441002641d68d1cffd6f (diff) |
gnu: Mutt: Update to 1.13.5.
* gnu/packages/mail.scm (mutt): Update to 1.13.5.
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 a6ed776db1..0a88c20a6e 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 |