gnu: mu: Update to 1.6.5.

* gnu/packages/mail.scm (mu): Update to 1.6.5.
This commit is contained in:
Pierre Langlois 2021-08-29 14:25:15 +01:00
parent 994d8ce394
commit 7d5cb45b49
No known key found for this signature in database
GPG key ID: A8FC9E447F4F7D54

View file

@ -1146,7 +1146,7 @@ (define-public emacs-mew
(define-public mu
(package
(name "mu")
(version "1.6.3")
(version "1.6.5")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/djcb/mu/releases/"
@ -1154,7 +1154,7 @@ (define-public mu
"mu-" version ".tar.xz"))
(sha256
(base32
"1djl0wh3g1vdjwvdm2ag23zf2vbsvpbswrf3cw50d8nrqbmnwa7y"))))
"0irqr1z1ljmij2vbj8dr8w9mbfalzikxr4s6340jjwmkmhaslh2h"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)