gnu: r-microbenchmark: Update to 1.4.9.
* gnu/packages/statistics.scm (r-microbenchmark): Update to 1.4.9.
This commit is contained in:
parent
cd7d961177
commit
912ad5cdd3
1 changed files with 2 additions and 2 deletions
|
@ -1500,13 +1500,13 @@ (define-public r-knitrbootstrap
|
|||
(define-public r-microbenchmark
|
||||
(package
|
||||
(name "r-microbenchmark")
|
||||
(version "1.4-7")
|
||||
(version "1.4.9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "microbenchmark" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1xl4m4yl4h2zcjiz8wsa7f3sh55qg2xr3sgpvz18rlix6b3173r6"))))
|
||||
"1lpzpffnjiwnxxl0jhrvyj88fvxqksnpccbpq953xwqf6ypjqga4"))))
|
||||
(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