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 (define-public ruby-mail
(package (package
(name "ruby-mail") (name "ruby-mail")
(version "2.7.1") (version "2.8.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (rubygems-uri "mail" version)) (uri (rubygems-uri "mail" version))
(sha256 (sha256
(base32 (base32 "1bf9pysw1jfgynv692hhaycfxa8ckay1gjw5hz3madrbrynryfzc"))))
"00wwz6ys0502dpk8xprwcqfwyf3hmnx6lgxaiq6vj43mkx43sapc"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(propagated-inputs (propagated-inputs
(list ruby-mini-mime)) (list ruby-mini-mime))