me
/
guix
Archived
1
0
Fork 0

gnu: Mutt: Update to 1.14.4.

* gnu/packages/mail.scm (mutt): Update to 1.14.4.
master
Leo Famulari 2020-06-20 17:21:09 -04:00
parent 7d80d79524
commit 8562124862
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -421,7 +421,7 @@ aliasing facilities to work just as they would on normal mail.")
(define-public mutt
(package
(name "mutt")
(version "1.14.3")
(version "1.14.4")
(source (origin
(method url-fetch)
(uri (list
@ -431,7 +431,7 @@ aliasing facilities to work just as they would on normal mail.")
version ".tar.gz")))
(sha256
(base32
"0wd4cv1c9hqymvml979g607nh3xxmlyx1ifc4r4qf39v6grnsmdi"))
"1hykkq3m7kqic5r7vzg45xaww7415fv5i2d03slzykqb47w5d3na"))
(patches (search-patches "mutt-store-references.patch"))))
(build-system gnu-build-system)
(inputs