diff options
author | Janneke Nieuwenhuizen <janneke@gnu.org> | 2024-12-31 18:00:24 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:17 +0200 |
commit | deac0139223a1ffb9fa1381178d4d0da8261b95e (patch) | |
tree | 6361658cb8dfb0c2c121b7f732b408984234f69e | |
parent | 02dd33fcd9e389e221ad99da251443090e1014a5 (diff) |
gnu: gmime: Update to 3.2.15; fixes build with gcc-14.
* gnu/packages/mail.scm (gmime): Update to 3.2.15.
[native-inputs]: Use automake-1.16.5.
Change-Id: Ibe36eb1a186d74646490c532a63cfae956c71876
-rw-r--r-- | gnu/packages/mail.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 885deeff0a..cae11dbb47 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -62,6 +62,7 @@ ;;; Copyright © 2025 Tanguy Le Carrour <tanguy@bioneland.org> ;;; Copyright © 2025 Sharlatan Hellseher <sharlatanus@gmail.com> ;;; Copyright © 2025 Jelle Licht <jlicht@fsfe.org> +;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -915,7 +916,7 @@ It adds a large amount of new and improved features to Mutt.") base)))))))))))) (native-inputs (list autoconf-2.71 - automake + automake-1.16.5 pkg-config gnupg ; for tests only gobject-introspection |