guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-packages-team updated: gnu: gmime: Update to 3.2.15; fixes b


From: guix-commits
Subject: branch core-packages-team updated: gnu: gmime: Update to 3.2.15; fixes build with gcc-14.
Date: Tue, 31 Dec 2024 12:07:58 -0500

This is an automated email from the git hooks/post-receive script.

janneke pushed a commit to branch core-packages-team
in repository guix.

The following commit(s) were added to refs/heads/core-packages-team by this 
push:
     new 8a0a2f33eb gnu: gmime: Update to 3.2.15; fixes build with gcc-14.
8a0a2f33eb is described below

commit 8a0a2f33ebfb03ed83265a029255ede3ed03b050
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
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 9d752c74bc..b337c2c7ce 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -58,6 +58,7 @@
 ;;; Copyright © 2024 Benjamin Slade <slade@lambda-y.net>
 ;;; Copyright © 2024 Jean Simard <woshilapin@tuziwo.info>
 ;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -826,7 +827,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)
@@ -835,7 +836,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
@@ -859,7 +860,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]