gnu: Update perl-email-simple to 2.218.

* gnu/packages/mail.scm (perl-email-simple): Update to 2.218.

Change-Id: I2681fa218998296199ad13e4c85c3c4c63b75c67
Signed-off-by: Steve George <steve@futurile.net>
This commit is contained in:
Steve George 2025-05-07 14:47:00 +01:00
parent bb734736a5
commit 13c7724a2a
No known key found for this signature in database
GPG key ID: F51D4A16DCEE6FA7

View file

@ -2645,7 +2645,7 @@ Email::Send library.")
(define-public perl-email-simple
(package
(name "perl-email-simple")
(version "2.216")
(version "2.218")
(source
(origin
(method url-fetch)
@ -2653,7 +2653,7 @@ Email::Send library.")
"Email-Simple-" version ".tar.gz"))
(sha256
(base32
"1m4brbjvalyp5kjqslqv4155dzwg977shxin208i7lc8236n6pyq"))))
"0vf98xh37a9krdapmy7cz8pblsdid4dj2gm4kkdm77g9zml1vkid"))))
(build-system perl-build-system)
(propagated-inputs
(list perl-email-date-format))