diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:08 +0100 |
commit | 7f58c1be47f9fe53bd53bb6fe9f6e4f16d0a1e78 (patch) | |
tree | bbc7fc7a23065d72fe7cf079957c264562ced49e /gnu/packages/mail.scm | |
parent | 8bdb5b195a65d478e8514f82f63c682a7de02ca2 (diff) |
gnu: mu: Update to 1.8.13.
* gnu/packages/mail.scm (mu): Update to 1.8.13.
Diffstat (limited to 'gnu/packages/mail.scm')
-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 a0e6510fda..82620442b8 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1164,7 +1164,7 @@ security functionality including PGP, S/MIME, SSH, and SSL.") (define-public mu (package (name "mu") - (version "1.8.11") + (version "1.8.13") (source (origin (method git-fetch) (uri (git-reference @@ -1173,7 +1173,7 @@ security functionality including PGP, S/MIME, SSH, and SSL.") (file-name (git-file-name name version)) (sha256 (base32 - "0b5h5kdalv62z31aqyipymiqhazfssbx4c7ww96nn41a0l0g0ir0")))) + "0y4f5p7pwmaj8733rjzg29038dw33057qlsbsq2wapvp24wcjymr")))) (build-system meson-build-system) (native-inputs (list pkg-config |