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

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9e184d5e54 gnu: gmime: Update to 3.2.14.
9e184d5e54 is described below

commit 9e184d5e54d1fee98c75bcb577a98456a77ae015
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Sat May 4 11:36:13 2024 +0200

    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

Reply via email to