@@ -12647,3 +12647,27 @@ For more information, see: https://dhall-lang.org")
(home-page
"https://git.sr.ht/~singpolyma/dhall-ruby")
(license license:gpl3)))
+
+(define-public ruby-money
+ (package
+ (name "ruby-money")
+ (version "6.16.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (rubygems-uri "money" version))
+ (sha256
+ (base32
+ "0jkmsj5ymadik7bvl670bqwmvhsdyv7hjr8gq9z293hq35gnyiyg"))))
+ (build-system ruby-build-system)
+ (arguments
+ ;; No rakefile
+ `(#:tests? #f))
+ (propagated-inputs `(("ruby-i18n" ,ruby-i18n)))
+ (synopsis
+ "Ruby Library for dealing with money and currency conversion")
+ (description
+ "This package provides a Ruby Library for dealing with money and
+currency conversion.")
+ (home-page "https://rubymoney.github.io/money/")
+ (license license:expat)))