gnu: r-withr: Update to 2.5.1.
* gnu/packages/statistics.scm (r-withr): Update to 2.5.1.
This commit is contained in:
parent
3b9bb9c61e
commit
6535a7d047
@ -2945,13 +2945,13 @@ tools to simplify the devolpment of R packages.")
|
|||||||
(define-public r-withr
|
(define-public r-withr
|
||||||
(package
|
(package
|
||||||
(name "r-withr")
|
(name "r-withr")
|
||||||
(version "2.5.0")
|
(version "2.5.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "withr" version))
|
(uri (cran-uri "withr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h4bzj0am9lawbh1cam1jmgk1xjmn9da14r90w3q984hswz7nc9p"))))
|
"1kndhxl0fxn40v9yx0iglilani3ym3ywbjf6zbg1pnb52ncf0nm9"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user