GNU bug report logs -
#50537
[PATCH] Add several new ruby gems to Guix
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/ruby.scm (ruby-multihashes): New variable.
---
gnu/packages/ruby.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index dbcca3bb60..20b6287723 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -12748,3 +12748,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)))
--
2.20.1
This bug report was last modified 2 years and 320 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.