gnu: mu: Update to 1.4.12.

* gnu/packages/mail.scm (mu): Update to 1.4.12.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-26 15:44:23 +02:00
parent b2c163cec3
commit 5292f74284
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -746,7 +746,7 @@ security functionality including PGP, S/MIME, SSH, and SSL.")
(define-public mu
(package
(name "mu")
(version "1.4.10")
(version "1.4.12")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/djcb/mu/releases/"
@ -754,7 +754,7 @@ security functionality including PGP, S/MIME, SSH, and SSL.")
"mu-" version ".tar.xz"))
(sha256
(base32
"0vbyrmv3d2bja4vx86za93gq46vxg18j12g0lca3x1dl8d5g2xa6"))))
"1kix5xzkwfwh2l4pygr4vvz52rairjibqj401mf1n1fsjyv5qacq"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)