mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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:
parent
3e8a031279
commit
e347fd5e82
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue