me
/
guix
Archived
1
0
Fork 0

gnu: mutt: Update to 1.14.7.

* gnu/packages/mail.scm (mutt): Update to 1.14.7.
master
Tobias Geerinckx-Rice 2020-08-31 17:24:19 +02:00
parent 1034141111
commit 506dc9279a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -428,7 +428,7 @@ aliasing facilities to work just as they would on normal mail.")
(define-public mutt
(package
(name "mutt")
(version "1.14.6")
(version "1.14.7")
(source (origin
(method url-fetch)
(uri (list
@ -438,7 +438,7 @@ aliasing facilities to work just as they would on normal mail.")
version ".tar.gz")))
(sha256
(base32
"0i0q6vwhnb1grimsrpmz8maw255rh9k0laijzxkry6xqa80jm5s7"))
"0r58xnjgkw0kmnnzhb32mk5gkkani5kbi5krybpbag156fqhgxg4"))
(patches (search-patches "mutt-store-references.patch"))))
(build-system gnu-build-system)
(inputs