gnu: ruby-mail: Update to 2.8.1.

* gnu/packages/ruby.scm (ruby-mail): Update to 2.8.1.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-02-16 01:34:11 +01:00 committed by Andreas Enge
parent dc1b805a22
commit 12af68a28a
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -13065,14 +13065,13 @@ of the more insecure basic authentication scheme.")
(define-public ruby-mail
(package
(name "ruby-mail")
(version "2.7.1")
(version "2.8.1")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "mail" version))
(sha256
(base32
"00wwz6ys0502dpk8xprwcqfwyf3hmnx6lgxaiq6vj43mkx43sapc"))))
(base32 "1bf9pysw1jfgynv692hhaycfxa8ckay1gjw5hz3madrbrynryfzc"))))
(build-system ruby-build-system)
(propagated-inputs
(list ruby-mini-mime))