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

gnu: Mutt: Update to 1.13.5.

* gnu/packages/mail.scm (mutt): Update to 1.13.5.
This commit is contained in:
Leo Famulari 2020-04-13 17:53:02 -04:00
parent c4165dc0d1
commit ad5a8c0fc1
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -384,7 +384,7 @@ aliasing facilities to work just as they would on normal mail.")
(define-public mutt
(package
(name "mutt")
(version "1.13.4")
(version "1.13.5")
(source (origin
(method url-fetch)
(uri (list
@ -394,7 +394,7 @@ aliasing facilities to work just as they would on normal mail.")
version ".tar.gz")))
(sha256
(base32
"016dzx2c0kr9xgnw4nfzpkn4nvpk56rdlcqhrwa820fq8083yzdm"))
"0lx65a44b03rbvcrz0y9syrik67fx3hvblxyyvz5l9bb7rdipmvc"))
(patches (search-patches "mutt-store-references.patch"))))
(build-system gnu-build-system)
(inputs