@@ -12477,3 +12477,26 @@ plus extensible, lightweight validation and coercion.")
(home-page
"https://github.com/SleeplessByte/ruby-multicodec")
(license license:expat)))
+
+(define-public ruby-multihashes
+ (package
+ (name "ruby-multihashes")
+ (version "0.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (rubygems-uri "multihashes" version))
+ (sha256
+ (base32
+ "17wiyy3fiv8rpgdv9ca01yncsmaaf8yg15bg18wc7m9frss1vgqg"))))
+ (build-system ruby-build-system)
+ (propagated-inputs
+ `(("ruby-multicodecs" ,ruby-multicodecs)))
+ (synopsis
+ "Simple, low-level multihash implementation for ruby")
+ (description
+ "This package provides a simple, low-level multihash
+(https://github.com/jbenet/multihash) implementation for ruby.")
+ (home-page
+ "https://github.com/multiformats/ruby-multihash")
+ (license license:expat)))