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
1 changed files with 2 additions and 2 deletions

View File

@ -180,14 +180,14 @@ aliasing facilities to work just as they would on normal mail.")
(define-public mutt (define-public mutt
(package (package
(name "mutt") (name "mutt")
(version "1.6.1") (version "1.6.2")
(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
"087dz1y9qhl4ikhsnnb4xmyvs82w6kx480w8zj130wdiqvn6rclq")) "13hxmji7v9m2agmvzrs7gzx8s3c9jiwrv7pbkr7z1kc6ckq2xl65"))
(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