diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-10 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-10 02:00:00 +0200 |
commit | 22fc2f9ab27f3a7f246e06105df0b8679c44d019 (patch) | |
tree | 78f5e67afad71ded0ffef40536767555b5478e1a /gnu/packages | |
parent | 93f8124c5e4f6a703ea0d20ca2a09aeeb48695d3 (diff) |
gnu: mu: Update to 1.10.7.
* gnu/packages/mail.scm (mu): Update to 1.10.7.
Diffstat (limited to 'gnu/packages')
-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 1562dde866..aac87d4eea 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1202,14 +1202,14 @@ security functionality including PGP, S/MIME, SSH, and SSL.") (define-public mu (package (name "mu") - (version "1.10.5") + (version "1.10.7") (source (origin (method url-fetch) (uri (string-append "https://github.com/djcb/mu/releases/download/v" version "/mu-" version ".tar.xz")) (sha256 - (base32 "0bfclmffcqpb7hsgzvg7ailnnrcpvfv4ljcq7ds0z66n37f97xhs")))) + (base32 "089w1m6sd0nk9l9j40d357fjym8kxmz7kwh3bclk58jxa6xckapa")))) (build-system meson-build-system) (native-inputs (list pkg-config |