diff options
author | Leo Famulari <leo@famulari.name> | 2016-08-19 17:24:13 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-08-21 14:05:03 -0400 |
commit | 0323fe80f85caac14ce45c9a475985c962103dc6 (patch) | |
tree | 30d706196a36d63eefc7b4d9a701fd2cf865ec2c /gnu | |
parent | 361272f50e0fc7fc9c0e6c5579525a6686931993 (diff) | |
download | patches-0323fe80f85caac14ce45c9a475985c962103dc6.tar patches-0323fe80f85caac14ce45c9a475985c962103dc6.tar.gz |
gnu: mutt: Update to 1.7.0.
* gnu/packages/mail.scm (mutt): Update to 1.7.0.
[arguments]: Pass "--enable-sidebar" to #:configure-flags.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mail.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 49bf8f74b1..99af84519e 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -182,14 +182,14 @@ aliasing facilities to work just as they would on normal mail.") (define-public mutt (package (name "mutt") - (version "1.6.2") + (version "1.7.0") (source (origin (method url-fetch) (uri (string-append "ftp://ftp.mutt.org/pub/mutt/mutt-" version ".tar.gz")) (sha256 (base32 - "13hxmji7v9m2agmvzrs7gzx8s3c9jiwrv7pbkr7z1kc6ckq2xl65")) + "0idkamdiwj9fgqaz1vzkfg78cnmkzp74skv0ibw2xjfq6ds9hghx")) (patches (search-patches "mutt-store-references.patch")))) (build-system gnu-build-system) (inputs @@ -205,6 +205,7 @@ aliasing facilities to work just as they would on normal mail.") "--enable-pop" "--enable-gpgme" "--enable-hcache" ; for header caching + "--enable-sidebar" "--with-ssl" "--with-sasl" ;; so that mutt does not check whether the path |