diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-03-28 12:47:10 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-29 13:19:09 +0200 |
| commit | 432daf5e2be1d8510b4c1cb8943fc0e937f3ffe8 (patch) | |
| tree | 2b93bbe3b6d85916204487c5d6d28b8066df86ef /gnu/packages/mail.scm | |
| parent | 8b5e419c2507f93269896a44336b3b9ccc961e81 (diff) | |
gnu: mu: Update to 1.14.0.
* gnu/packages/mail.scm (mu): Update to 1.14.0.
[inputs]: Remove guile-3.0; add guile-3.0-latest.
Merges guix/guix!7539
Change-Id: I09f2a0b10a853ae42ed0c7dee76cfdd7b208ca39
Diffstat (limited to 'gnu/packages/mail.scm')
| -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 97c7d996b61..689e25bd1a0 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm | |||
| @@ -1346,7 +1346,7 @@ security functionality including PGP, S/MIME, SSH, and SSL.") | |||
| 1346 | (define-public mu | 1346 | (define-public mu |
| 1347 | (package | 1347 | (package |
| 1348 | (name "mu") | 1348 | (name "mu") |
| 1349 | (version "1.12.15") | 1349 | (version "1.14.0") |
| 1350 | (source | 1350 | (source |
| 1351 | (origin | 1351 | (origin |
| 1352 | (method git-fetch) | 1352 | (method git-fetch) |
| @@ -1355,7 +1355,7 @@ security functionality including PGP, S/MIME, SSH, and SSL.") | |||
| 1355 | (commit (string-append "v" version)))) | 1355 | (commit (string-append "v" version)))) |
| 1356 | (file-name (git-file-name name version)) | 1356 | (file-name (git-file-name name version)) |
| 1357 | (sha256 | 1357 | (sha256 |
| 1358 | (base32 "191q23nj690bn4cbb26yf7pw5ihb1xmbna6ccdrkkf4m19yrxr12")))) | 1358 | (base32 "1fhnnm58ndfd6hzdagrsgcdcm2qlcjlda13vyx5d9lclhxgdn0vf")))) |
| 1359 | (build-system meson-build-system) | 1359 | (build-system meson-build-system) |
| 1360 | (native-inputs | 1360 | (native-inputs |
| 1361 | (list pkg-config | 1361 | (list pkg-config |
| @@ -1364,7 +1364,7 @@ security functionality including PGP, S/MIME, SSH, and SSL.") | |||
| 1364 | tzdata-for-tests ; for tests | 1364 | tzdata-for-tests ; for tests |
| 1365 | texinfo)) | 1365 | texinfo)) |
| 1366 | (inputs | 1366 | (inputs |
| 1367 | (list glib gmime guile-3.0 xapian readline python)) | 1367 | (list glib gmime guile-3.0-latest xapian readline python)) |
| 1368 | (arguments | 1368 | (arguments |
| 1369 | (list | 1369 | (list |
| 1370 | #:modules '((guix build meson-build-system) | 1370 | #:modules '((guix build meson-build-system) |
