gnu: r-microbenchmark: Update to 1.4-6.

* gnu/packages/statistics.scm (r-microbenchmark): Update to 1.4-6.
This commit is contained in:
Ricardo Wurmus 2018-10-28 19:32:45 +01:00
parent 9f7438355d
commit cb448dd251
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1423,13 +1423,13 @@ from knitr Rmarkdown.")
(define-public r-microbenchmark (define-public r-microbenchmark
(package (package
(name "r-microbenchmark") (name "r-microbenchmark")
(version "1.4-4") (version "1.4-6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "microbenchmark" version)) (uri (cran-uri "microbenchmark" version))
(sha256 (sha256
(base32 (base32
"0fv2w2vsiz18imf4115nd9chhmf275w2mb49pn7pkxi6z3bamc9c")))) "1sn1fxgzakm5iqbgc35g3k4yi0iqrkmwz33cvdrphrzh1lxnmi3s"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/microbenchmark/") (home-page "https://cran.r-project.org/web/packages/microbenchmark/")
(synopsis "Accurate timing functions for R") (synopsis "Accurate timing functions for R")