mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
c3ce74df33
commit
b3e4c0b449
1 changed files with 2 additions and 2 deletions
|
@ -16122,14 +16122,14 @@ exceptions with predefined messages.")
|
||||||
(define-public ruby-benchmark
|
(define-public ruby-benchmark
|
||||||
(package
|
(package
|
||||||
(name "ruby-benchmark")
|
(name "ruby-benchmark")
|
||||||
(version "0.1.1")
|
(version "0.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "benchmark" version))
|
(uri (rubygems-uri "benchmark" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jvrl7400fv7v2jjri1r7ilj3sri36hzipwwgpn5psib4c9c59c6"))))
|
"0jl71qcgamm96dzyqk695j24qszhcc7liw74qc83fpjljp2gh4hg"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(synopsis "Performance benchmarking library")
|
(synopsis "Performance benchmarking library")
|
||||||
(description "This package provides methods for benchmarking Ruby code,
|
(description "This package provides methods for benchmarking Ruby code,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue