mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: r-microbenchmark: Update to 1.4-6.
* gnu/packages/statistics.scm (r-microbenchmark): Update to 1.4-6.
This commit is contained in:
parent
9f7438355d
commit
cb448dd251
1 changed files with 2 additions and 2 deletions
|
@ -1423,13 +1423,13 @@ (define-public r-knitrbootstrap
|
|||
(define-public r-microbenchmark
|
||||
(package
|
||||
(name "r-microbenchmark")
|
||||
(version "1.4-4")
|
||||
(version "1.4-6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "microbenchmark" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fv2w2vsiz18imf4115nd9chhmf275w2mb49pn7pkxi6z3bamc9c"))))
|
||||
"1sn1fxgzakm5iqbgc35g3k4yi0iqrkmwz33cvdrphrzh1lxnmi3s"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/microbenchmark/")
|
||||
(synopsis "Accurate timing functions for R")
|
||||
|
|
Loading…
Reference in a new issue