mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-benchmarkme: Update to 1.0.8.
* gnu/packages/cran.scm (r-benchmarkme): Update to 1.0.8. [propagated-inputs]: Add r-stringr.
This commit is contained in:
parent
1917b1f63e
commit
ae4c1cb0b3
1 changed files with 3 additions and 2 deletions
|
@ -636,13 +636,13 @@ (define-public r-benchmarkmedata
|
||||||
(define-public r-benchmarkme
|
(define-public r-benchmarkme
|
||||||
(package
|
(package
|
||||||
(name "r-benchmarkme")
|
(name "r-benchmarkme")
|
||||||
(version "1.0.7")
|
(version "1.0.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "benchmarkme" version))
|
(uri (cran-uri "benchmarkme" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ymgsxzrvnpyvs0cff09d3lrkl12qyqx5bwammsc4vgl5ng9p69p"))))
|
"0qaz8wy3n08k9lr8qljk5i8z8db18scbdc8m734aymd307h00w8x"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
|
@ -653,6 +653,7 @@ (define-public r-benchmarkme
|
||||||
r-foreach
|
r-foreach
|
||||||
r-httr
|
r-httr
|
||||||
r-matrix
|
r-matrix
|
||||||
|
r-stringr
|
||||||
r-tibble))
|
r-tibble))
|
||||||
(home-page "https://csgillespie.github.io/benchmarkme/")
|
(home-page "https://csgillespie.github.io/benchmarkme/")
|
||||||
(synopsis "Crowd-sourced system benchmarks")
|
(synopsis "Crowd-sourced system benchmarks")
|
||||||
|
|
Loading…
Reference in a new issue