1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-19 00:30:30 +02:00

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

View File

@@ -1146,7 +1146,7 @@ security functionality including PGP, S/MIME, SSH, and SSL.")
(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 @@ security functionality including PGP, S/MIME, SSH, and SSL.")
"mu-" version ".tar.xz"))
(sha256
(base32
"0jlpkx1486ac8649jc2kxjklzsfaxj9qf2kji4kszy4axd0iwi1p"))))
"1djl0wh3g1vdjwvdm2ag23zf2vbsvpbswrf3cw50d8nrqbmnwa7y"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)