gnu: Mutt: Update to 2.2.1.
* gnu/packages/mail.scm (mutt): Update to 2.2.1.
This commit is contained in:
parent
83bcb4912e
commit
64772639a2
1 changed files with 2 additions and 2 deletions
|
@ -552,7 +552,7 @@ (define-public fetchmail
|
|||
(define-public mutt
|
||||
(package
|
||||
(name "mutt")
|
||||
(version "2.2.0")
|
||||
(version "2.2.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list
|
||||
|
@ -562,7 +562,7 @@ (define-public mutt
|
|||
version ".tar.gz")))
|
||||
(sha256
|
||||
(base32
|
||||
"052k6kiw6yglgcbs1liynh4hf5ac56ychpivrbw85jh3dpq9fig8"))
|
||||
"1ddbhwsycfpf430k52l5gggywd09h10hwcwzpydam43c5ga30vdp"))
|
||||
(patches (search-patches "mutt-store-references.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue