me
/
guix
Archived
1
0
Fork 0

gnu: neomutt: Update to 20201127.

* gnu/packages/mail.scm (neomutt): Update to 20201127.
master
Tobias Geerinckx-Rice 2020-12-01 19:11:10 +01:00
parent eb71ab4655
commit 04d5fbab8e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -491,7 +491,7 @@ operating systems.")
(define-public neomutt
(package
(name "neomutt")
(version "20201120")
(version "20201127")
(source
(origin
(method git-fetch)
@ -500,7 +500,7 @@ operating systems.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0z6xavgd0zv9pqvfsdyvhhi1q3y7zxhgg24isbnn9r6mldafqwna"))))
(base32 "1yhpz591jhcjpwllgppwf7vl7z2rnaqfphsvqd1sihd9k4lwch06"))))
(build-system gnu-build-system)
(inputs
`(("cyrus-sasl" ,cyrus-sasl)