gnu: r-microbenchmark: Update to 1.4.9.

* gnu/packages/statistics.scm (r-microbenchmark): Update to 1.4.9.
This commit is contained in:
Ricardo Wurmus 2021-11-23 15:23:39 +01:00
parent cd7d961177
commit 912ad5cdd3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")