guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/12: gnu: ruby-mail: Update to 2.7.1.


From: guix-commits
Subject: 03/12: gnu: ruby-mail: Update to 2.7.1.
Date: Tue, 23 Feb 2021 09:06:53 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit ab4b6ae6afb69dd142641225626512691abd9c88
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Feb 23 15:06:55 2021 +0200

    gnu: ruby-mail: Update to 2.7.1.
    
    * gnu/packages/ruby.scm (ruby-mail): Update to 2.7.1.
    [propagated-inputs]: Remove ruby-mime-types, add ruby-mini-mime.
    [arguments]: Adjust comment about skipping tests.
---
 gnu/packages/ruby.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index d374e40..9d394ee 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -10077,21 +10077,19 @@ of the more insecure basic authentication scheme.")
 (define-public ruby-mail
   (package
     (name "ruby-mail")
-    (version "2.6.6")
+    (version "2.7.1")
     (source
      (origin
        (method url-fetch)
        (uri (rubygems-uri "mail" version))
        (sha256
         (base32
-         "0d7lhj2dw52ycls6xigkfz6zvfhc6qggply9iycjmcyj9760yvz9"))))
+         "00wwz6ys0502dpk8xprwcqfwyf3hmnx6lgxaiq6vj43mkx43sapc"))))
     (build-system ruby-build-system)
     (propagated-inputs
-     `(("ruby-mime-types" ,ruby-mime-types)))
+     `(("ruby-mini-mime" ,ruby-mini-mime)))
     (arguments
-     ;; Tests require extra gems not included in the Gemfile.
-     ;; XXX: Try enabling this for the next version with mini_mime.
-     `(#:tests? #f))
+     '(#:tests? #f)) ; no rakefile
     (synopsis "Mail library for Ruby")
     (description
      "Mail is an internet library for Ruby that is designed to handle email



reply via email to

[Prev in Thread] Current Thread [Next in Thread]