gnu: mu: Update to 1.6.3.

* gnu/packages/mail.scm (mu): Update to 1.6.3.
This commit is contained in:
Pierre Langlois 2021-08-20 21:11:13 +01:00
parent ac9fd0629b
commit 847dfcdc29
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.2")
(version "1.6.3")
(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
"0jlpkx1486ac8649jc2kxjklzsfaxj9qf2kji4kszy4axd0iwi1p"))))
"1djl0wh3g1vdjwvdm2ag23zf2vbsvpbswrf3cw50d8nrqbmnwa7y"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)