From 9e184d5e54d1fee98c75bcb577a98456a77ae015 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Sat, 4 May 2024 11:36:13 +0200 Subject: 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 --- gnu/packages/mail.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 45e189fe07..5743558e76 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -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 -- cgit v1.2.3