gnu: mutt: Update to 1.6.2.

* gnu/packages/mail.scm(mutt): Update to 1.6.2.
This commit is contained in:
Tomáš Čech 2016-07-30 22:37:24 +02:00
parent 4bc37bf0c3
commit 2fa66f451a
No known key found for this signature in database
GPG key ID: 4A23E34FA033436D

View file

@ -180,14 +180,14 @@ (define-public fetchmail
(define-public mutt
(package
(name "mutt")
(version "1.6.1")
(version "1.6.2")
(source (origin
(method url-fetch)
(uri (string-append "ftp://ftp.mutt.org/pub/mutt/mutt-"
version ".tar.gz"))
(sha256
(base32
"087dz1y9qhl4ikhsnnb4xmyvs82w6kx480w8zj130wdiqvn6rclq"))
"13hxmji7v9m2agmvzrs7gzx8s3c9jiwrv7pbkr7z1kc6ckq2xl65"))
(patches (search-patches "mutt-store-references.patch"))))
(build-system gnu-build-system)
(inputs