gnu: mu: Update to 1.4.7.

* gnu/packages/mail.scm (mu): Update to 1.4.7.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-07 15:37:34 +02:00
parent 897897bda3
commit 6cff0af0d1
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -711,15 +711,15 @@ security functionality including PGP, S/MIME, SSH, and SSL.")
(define-public mu
(package
(name "mu")
(version "1.4.6")
(version "1.4.7")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/djcb/mu/releases/"
"download/" version "/"
"download/1,4.7/" ; sic
"mu-" version ".tar.xz"))
(sha256
(base32
"15spbplf9p8cdxqfwnv3x67451sfpna9q5n2kgqqwh2y78i7zlhc"))))
"19qmz9fgnjpj0cxb8y9nb2dfk7pc0a9kwfiysa0f13ps3d5k4mhm"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)