diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-02 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-02 02:00:07 +0200 |
commit | 285c41e93f83d054c64f454a7c26672b46ca8efd (patch) | |
tree | 561139c03e25756a4c3fc82833b88172085f3d8c | |
parent | d427792cc49bc42371b7ffdd3a87a6d297032ccd (diff) | |
download | guix-285c41e93f83d054c64f454a7c26672b46ca8efd.tar.gz |
gnu: mu: Update to 1.10.5.
* gnu/packages/mail.scm (mu): Update to 1.10.5.
-rw-r--r-- | gnu/packages/mail.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 7fdbe1085e..c41685f22c 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1214,14 +1214,14 @@ security functionality including PGP, S/MIME, SSH, and SSL.") (define-public mu (package (name "mu") - (version "1.10.4") + (version "1.10.5") (source (origin (method url-fetch) (uri (string-append "https://github.com/djcb/mu/releases/download/v" version "/mu-" version ".tar.xz")) (sha256 - (base32 "1v20fbpg5pd8p0i6lhc4bnx8903hj5jaqan65cmj2hnlm9j7iflf")))) + (base32 "0bfclmffcqpb7hsgzvg7ailnnrcpvfv4ljcq7ds0z66n37f97xhs")))) (build-system meson-build-system) (native-inputs (list pkg-config |