gnu: ruby-benchmark: Update to 0.4.0.

* gnu/packages/ruby.scm (ruby-benchmark): Update to 0.4.0.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-02-16 01:33:57 +01:00 committed by Andreas Enge
parent c3ce74df33
commit b3e4c0b449
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -16122,14 +16122,14 @@ exceptions with predefined messages.")
(define-public ruby-benchmark
(package
(name "ruby-benchmark")
(version "0.1.1")
(version "0.4.0")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "benchmark" version))
(sha256
(base32
"1jvrl7400fv7v2jjri1r7ilj3sri36hzipwwgpn5psib4c9c59c6"))))
"0jl71qcgamm96dzyqk695j24qszhcc7liw74qc83fpjljp2gh4hg"))))
(build-system ruby-build-system)
(synopsis "Performance benchmarking library")
(description "This package provides methods for benchmarking Ruby code,