gnu: neomutt: Update to 20211015.

* gnu/packages/mail.scm (neomutt): Update to 20211015.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-15 17:07:08 +02:00
parent 5f4ee945c4
commit 3f396ec339
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -603,7 +603,7 @@ operating systems.")
(define-public neomutt
(package
(name "neomutt")
(version "20210205")
(version "20211015")
(source
(origin
(method git-fetch)
@ -612,7 +612,7 @@ operating systems.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "15kr9nvb4j8lx5rl2yapv231rbp4sbn709vv82pfhx5717x3yf00"))))
(base32 "06rjx81ahrwcl1zhpdgqngr99l0cx1i4fwaaxd6rsn9zsj3ixdir"))))
(build-system gnu-build-system)
(inputs
`(("cyrus-sasl" ,cyrus-sasl)