guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: Add ruby-multihashes.


From: guix-commits
Subject: 03/03: gnu: Add ruby-multihashes.
Date: Tue, 10 May 2022 07:48:34 -0400 (EDT)

raghavgururajan pushed a commit to branch master
in repository guix.

commit ad2f8ee1b233adfca8f97350598b7751480654c9
Author: Stephen Paul Weber <singpolyma@singpolyma.net>
AuthorDate: Tue May 10 07:46:35 2022 -0400

    gnu: Add ruby-multihashes.
    
    * gnu/packages/ruby.scm (ruby-multihashes): New variable.
    
    Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
---
 gnu/packages/ruby.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index ebd2e088cc..9b3a61041a 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -12380,3 +12380,24 @@ specification.  It provides 100% mutation coverage, 
tested on MRI 1.9, 2.0, 2.1,
 multiformats/multicodec, a canonical table of of codecs used by various
 multiformats.")
     (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
+     (list
+      ruby-multicodecs))
+    (home-page "https://github.com/multiformats/ruby-multihash";)
+    (synopsis "Multihash implementation for Ruby")
+    (description "Multihashes provides a simple, low-level multihash
+implementation for Ruby.  A multihash is a digest with an embedded hash 
function
+code")
+    (license license:expat)))



reply via email to

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