gnu: gmime: Update to 3.2.14.

* gnu/packages/mail.scm (gmime): Update to 3.2.14.
[native-inputs]: Replace autoconf by autoconf-2.71.

Change-Id: If72864085d085e55883ea1474b1c05ca1610d21a
This commit is contained in:
Danny Milosavljevic 2024-05-04 11:36:13 +02:00
parent fc607d3689
commit 9e184d5e54
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5

View File

@ -810,7 +810,7 @@ It adds a large amount of new and improved features to mutt.")
(define-public gmime
(package
(name "gmime")
(version "3.2.7")
(version "3.2.14")
(source
(origin
(method git-fetch)
@ -819,7 +819,7 @@ It adds a large amount of new and improved features to mutt.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0yiylbw9iy49hgj29czinv246hh5c18qv6qkvbdrmq9z5m00sp01"))))
(base32 "0kvhyd1rn6wi9wrqi2a4f26yp0l6shsg9sd45hckzf04p9687hb7"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags
@ -842,7 +842,7 @@ It adds a large amount of new and improved features to mutt.")
(or prog (error "not found: "
base))))))))))))
(native-inputs
(list autoconf
(list autoconf-2.71
automake
pkg-config
gnupg ; for tests only