gnu: r-withr: Update to 2.4.2.

* gnu/packages/statistics.scm (r-withr): Update to 2.4.2.
This commit is contained in:
Ricardo Wurmus 2021-05-04 07:13:22 +02:00
parent 8530eaa5d6
commit 883eab3ec6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2504,13 +2504,13 @@ (define-public r-devtools
(define-public r-withr
(package
(name "r-withr")
(version "2.4.1")
(version "2.4.2")
(source (origin
(method url-fetch)
(uri (cran-uri "withr" version))
(sha256
(base32
"13qpcx7vjnqchvbbdwiqw286gkiajp02pcvhn7w7ddjiil2xjpjz"))))
"1j5srffi748yxphwli56lkbh4cga0kmz38dyzganzkw0nx66mya8"))))
(build-system r-build-system)
(native-inputs
`(("r-knitr" ,r-knitr)))