gnu: mutt: Update to 1.7.0.

* gnu/packages/mail.scm (mutt): Update to 1.7.0.
[arguments]: Pass "--enable-sidebar" to #:configure-flags.
This commit is contained in:
Leo Famulari 2016-08-19 17:24:13 -04:00
parent 361272f50e
commit 0323fe80f8
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -182,14 +182,14 @@ (define-public fetchmail
(define-public mutt (define-public mutt
(package (package
(name "mutt") (name "mutt")
(version "1.6.2") (version "1.7.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "ftp://ftp.mutt.org/pub/mutt/mutt-" (uri (string-append "ftp://ftp.mutt.org/pub/mutt/mutt-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"13hxmji7v9m2agmvzrs7gzx8s3c9jiwrv7pbkr7z1kc6ckq2xl65")) "0idkamdiwj9fgqaz1vzkfg78cnmkzp74skv0ibw2xjfq6ds9hghx"))
(patches (search-patches "mutt-store-references.patch")))) (patches (search-patches "mutt-store-references.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
@ -205,6 +205,7 @@ (define-public mutt
"--enable-pop" "--enable-pop"
"--enable-gpgme" "--enable-gpgme"
"--enable-hcache" ; for header caching "--enable-hcache" ; for header caching
"--enable-sidebar"
"--with-ssl" "--with-ssl"
"--with-sasl" "--with-sasl"
;; so that mutt does not check whether the path ;; so that mutt does not check whether the path