summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@scratchpost.org>2024-05-04 11:36:13 +0200
committerDanny Milosavljevic <dannym@scratchpost.org>2024-05-04 12:27:41 +0200
commit9e184d5e54d1fee98c75bcb577a98456a77ae015 (patch)
treeb636b5d4b47056bdd7c731d78595763411239169
parentfc607d3689b244e7bb20d3db605372ed3e99572b (diff)
downloadguix-patches-9e184d5e54d1fee98c75bcb577a98456a77ae015.tar
guix-patches-9e184d5e54d1fee98c75bcb577a98456a77ae015.tar.gz
gnu: gmime: Update to 3.2.14.base-for-issue-70787
* gnu/packages/mail.scm (gmime): Update to 3.2.14. [native-inputs]: Replace autoconf by autoconf-2.71. Change-Id: If72864085d085e55883ea1474b1c05ca1610d21a
-rw-r--r--gnu/packages/mail.scm6
1 files 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