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
This commit is contained in:
Janneke Nieuwenhuizen 2024-12-31 18:00:24 +01:00
parent 3e8a031279
commit e347fd5e82
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -59,6 +59,7 @@
;;; Copyright © 2024 Jean Simard <woshilapin@tuziwo.info>
;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@ -827,7 +828,7 @@ (define-public neomutt
(define-public gmime
(package
(name "gmime")
(version "3.2.14")
(version "3.2.15")
(source
(origin
(method git-fetch)
@ -836,7 +837,7 @@ (define-public gmime
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0kvhyd1rn6wi9wrqi2a4f26yp0l6shsg9sd45hckzf04p9687hb7"))))
(base32 "0493dngbasd2nngzsp4b8v4cnl4vb88hc1qga5y9w7l6c89hxn1w"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags
@ -860,7 +861,7 @@ (define-public gmime
base))))))))))))
(native-inputs
(list autoconf-2.71
automake
automake-1.16.5
pkg-config
gnupg ; for tests only
gobject-introspection