z572 pushed a commit to branch core-packages-team
in repository guix.
commit de555d0f525be65904d6e1dd98441d07b7965dbe
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Tue Dec 31 18:00:24 2024 +0100
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
---
gnu/packages/mail.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 73b4c01bd7..0b4f2e500a 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -59,6 +59,7 @@
;;; Copyright © 2024 Jean Simard <[email protected]>
;;; Copyright © 2024 Zheng Junjie <[email protected]>
;;; Copyright © 2024 Ashish SHUKLA <[email protected]>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -827,7 +828,7 @@ It adds a large amount of new and improved features to
mutt.")
(define-public gmime
(package
(name "gmime")
- (version "3.2.14")
+ (version "3.2.15")
(source
(origin
(method git-fetch)
@@ -836,7 +837,7 @@ It adds a large amount of new and improved features to
mutt.")
(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 @@ 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