sharlatan pushed a commit to branch ruby-team
in repository guix.
commit bdab83513442533d23ea2b1cea7f8587e71039ee
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Feb 16 01:34:11 2025 +0100
gnu: ruby-mail: Update to 2.8.1.
* gnu/packages/ruby.scm (ruby-mail): Update to 2.8.1.
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/ruby.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index cbb732cf87..451d2060c5 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -13049,14 +13049,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))