gnu: mu: Update to 1.10.5.
* gnu/packages/mail.scm (mu): Update to 1.10.5.
This commit is contained in:
parent
d427792cc4
commit
285c41e93f
1 changed files with 2 additions and 2 deletions
|
@ -1214,14 +1214,14 @@ security functionality including PGP, S/MIME, SSH, and SSL.")
|
||||||
(define-public mu
|
(define-public mu
|
||||||
(package
|
(package
|
||||||
(name "mu")
|
(name "mu")
|
||||||
(version "1.10.4")
|
(version "1.10.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/djcb/mu/releases/download/v"
|
(uri (string-append "https://github.com/djcb/mu/releases/download/v"
|
||||||
version "/mu-" version ".tar.xz"))
|
version "/mu-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1v20fbpg5pd8p0i6lhc4bnx8903hj5jaqan65cmj2hnlm9j7iflf"))))
|
(base32 "0bfclmffcqpb7hsgzvg7ailnnrcpvfv4ljcq7ds0z66n37f97xhs"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config
|
(list pkg-config
|
||||||
|
|
Reference in a new issue