diff options
| author | Julian Flake <flake@uni-koblenz.de> | 2026-01-15 21:43:48 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:24:42 +0100 |
| commit | acc6b128df4a42fe30645042feac2fe743ee4cd3 (patch) | |
| tree | 7086133ce1c2412e56f8b6a8073f4d23579448b8 /gnu | |
| parent | 251694ed4412f187e37c9c3272642f53b9645df5 (diff) | |
gnu: mu: Update to 1.12.15.
The native input modification reverts
7edf40ac1999172eb4818fc1a18d06ce44cab61e.
* gnu/packages/mail.scm (mu): Update to 1.12.15.
[native-inputs]: Add emacs-minimal; remove emacs.
Merges guix/guix!5647
Change-Id: Id84b13ca176f446fdc9700edfffd78b9aaf8b10d
Modified-by: Cayetano Santos <csantosb@inventati.org>
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/mail.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 592065eb97..7045361af4 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1347,7 +1347,7 @@ security functionality including PGP, S/MIME, SSH, and SSL.") (define-public mu (package (name "mu") - (version "1.12.14") + (version "1.12.15") (source (origin (method git-fetch) @@ -1356,11 +1356,11 @@ security functionality including PGP, S/MIME, SSH, and SSL.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "188l9h2smmq6x16l9kjbjk4rbyxgz552kiwr3j1y981cl0nndli2")))) + (base32 "191q23nj690bn4cbb26yf7pw5ihb1xmbna6ccdrkkf4m19yrxr12")))) (build-system meson-build-system) (native-inputs (list pkg-config - emacs ; TODO: use emacs-minimal next release + emacs-minimal gnupg ; for tests tzdata-for-tests ; for tests texinfo)) |
