guix_mirror_bot pushed a commit to branch ruby-team in repository guix. commit 759bb7514f798c726f0793c6a673ea5fe6b62312 Author: Nicolas Graves <ngra...@ngraves.fr> AuthorDate: Sun Feb 16 01:33:57 2025 +0100
gnu: ruby-benchmark: Update to 0.4.0. * gnu/packages/ruby.scm (ruby-benchmark): Update to 0.4.0. Signed-off-by: Sharlatan Hellseher <sharlata...@gmail.com> --- gnu/packages/ruby.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index ac92b22f67..a5fc103663 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -16116,14 +16116,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,