diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-25 23:04:45 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-26 00:19:39 +0200 |
commit | 02d32b198268ed15928fa2f8a9379ada86fb13e2 (patch) | |
tree | bf9a5c45638226224f6ed835fbb0413efc45d005 /gnu | |
parent | 403aa3aaf248703f0c9faeec6d4a99171a5cd371 (diff) | |
download | patches-02d32b198268ed15928fa2f8a9379ada86fb13e2.tar patches-02d32b198268ed15928fa2f8a9379ada86fb13e2.tar.gz |
gnu: mutt: Update to 1.14.2.
* gnu/packages/mail.scm (mutt): Update to 1.14.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mail.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 1a01393cf4..fa0b22cd9c 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -382,7 +382,7 @@ aliasing facilities to work just as they would on normal mail.") (define-public mutt (package (name "mutt") - (version "1.13.5") + (version "1.14.2") (source (origin (method url-fetch) (uri (list @@ -392,7 +392,7 @@ aliasing facilities to work just as they would on normal mail.") version ".tar.gz"))) (sha256 (base32 - "0lx65a44b03rbvcrz0y9syrik67fx3hvblxyyvz5l9bb7rdipmvc")) + "0cdcls0x6f2w99hkjz48hxhnx86w3bnyxzibchdc9yspih770bz2")) (patches (search-patches "mutt-store-references.patch")))) (build-system gnu-build-system) (inputs @@ -416,8 +416,8 @@ aliasing facilities to work just as they would on normal mail.") "--with-sasl" "--with-sqlite3" ; required for Autocrypt "--with-idn2" ; recommended for Autocrypt - ;; so that mutt does not check whether the path - ;; exists, which it does not in the chroot + ;; So that mutt does not check whether the path + ;; exists, which it does not in the chroot. "--with-mailpath=/var/mail"))) (home-page "http://www.mutt.org/") (synopsis "Mail client") |