guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 326f3e1391a3b5a2563f8864ebd0f59e0fcf2f93
Author: Steve George <[email protected]>
AuthorDate: Wed May 7 16:28:01 2025 +0100

    gnu: Update perl-email-mime.
    
    * gnu/packages/mail.scm (perl-email-mime): Update to 1.954.
      [native-inputs]: Add perl-email-address-xs for tests.
    
    Change-Id: Ic101e375ad885c92977129b8a63a48e3976548aa
    Signed-off-by: Steve George <[email protected]>
---
 gnu/packages/mail.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index ef7e0c2069..0379ba80bf 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2551,7 +2551,7 @@ identify a message uniquely.")
 (define-public perl-email-mime
   (package
     (name "perl-email-mime")
-    (version "1.946")
+    (version "1.954")
     (source
      (origin
        (method url-fetch)
@@ -2559,8 +2559,10 @@ identify a message uniquely.")
                            "Email-MIME-" version ".tar.gz"))
        (sha256
         (base32
-         "0z1k3i0lzp2k421gc8f3wq0jbqflkbw2xqd2k7n7pmv56417kvk8"))))
+          "1ly47kxcwhdjg9g54sj4xd0pdf0clxa9hk9mqpn5lr2v8c0rpmkd"))))
     (build-system perl-build-system)
+    (native-inputs
+      (list perl-email-address-xs))
     (propagated-inputs
      (list perl-email-address
            perl-email-messageid

Reply via email to