mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -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
|
||||
(package
|
||||
(name "r-benchmarkme")
|
||||
(version "1.0.7")
|
||||
(version "1.0.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "benchmarkme" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ymgsxzrvnpyvs0cff09d3lrkl12qyqx5bwammsc4vgl5ng9p69p"))))
|
||||
"0qaz8wy3n08k9lr8qljk5i8z8db18scbdc8m734aymd307h00w8x"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
|
@ -653,6 +653,7 @@ (define-public r-benchmarkme
|
|||
r-foreach
|
||||
r-httr
|
||||
r-matrix
|
||||
r-stringr
|
||||
r-tibble))
|
||||
(home-page "https://csgillespie.github.io/benchmarkme/")
|
||||
(synopsis "Crowd-sourced system benchmarks")
|
||||
|
|
Loading…
Reference in a new issue