gnu: r-microbenchmark: Update to 1.4.10.

* gnu/packages/statistics.scm (r-microbenchmark): Update to 1.4.10.
This commit is contained in:
Ricardo Wurmus 2023-04-29 20:08:41 +02:00
parent 5ebe950281
commit c7950f0f10
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1613,13 +1613,13 @@ (define-public r-knitrbootstrap
(define-public r-microbenchmark
(package
(name "r-microbenchmark")
(version "1.4.9")
(version "1.4.10")
(source (origin
(method url-fetch)
(uri (cran-uri "microbenchmark" version))
(sha256
(base32
"1lpzpffnjiwnxxl0jhrvyj88fvxqksnpccbpq953xwqf6ypjqga4"))))
"10dlp4295jb5l7lhz80f4mkz3jccv02v277z666wx3bhfaz43k04"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/microbenchmark/")
(synopsis "Accurate timing functions for R")