3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: neomutt: Update to 20200313.

* gnu/packages/mail.scm (neomutt): Update to 20200313.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-19 01:38:44 +01:00
parent 85b9ae93f0
commit f44c555b7d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -427,7 +427,7 @@ operating systems.")
(define-public neomutt
(package
(name "neomutt")
(version "20191207")
(version "20200313")
(source
(origin
(method git-fetch)
@ -436,7 +436,7 @@ operating systems.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "147yjpqnsbfy01fhsflxlixk0985r91a6bjmqq3cwmf7gka3sihm"))))
(base32 "1k4k07l6h5krc3fx928qvdq3ssw9fxn95aj7k885xlckd2i1lnb5"))))
(build-system gnu-build-system)
(inputs
`(("cyrus-sasl" ,cyrus-sasl)