gnu: mutt: Update to 2.0.3.

* gnu/packages/mail.scm (mutt): Update to 2.0.3.
This commit is contained in:
Tobias Geerinckx-Rice 2020-12-07 00:24:59 +01:00
parent c73b1257fc
commit 4a6cc1bbb9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -444,7 +444,7 @@ (define-public fetchmail
(define-public mutt
(package
(name "mutt")
(version "2.0.2")
(version "2.0.3")
(source (origin
(method url-fetch)
(uri (list
@ -454,7 +454,7 @@ (define-public mutt
version ".tar.gz")))
(sha256
(base32
"1j0i2jmlk5sc78af9flj3ynj0iiwa8biw7jgf12qm5lppsx1h4j7"))
"1vf1ab3mnx7p4s4n4pssajj211s3zr4730bwgsjx9gxcnyppqclw"))
(patches (search-patches "mutt-store-references.patch"))))
(build-system gnu-build-system)
(inputs