gnu: r-withr: Update to 2.5.2.
* gnu/packages/statistics.scm (r-withr): Update to 2.5.2. Change-Id: Ie4265bc4a6d9c54e3f64ab12ae0d14c716b4e03f
This commit is contained in:
parent
90a8594c7b
commit
0858b9c472
1 changed files with 2 additions and 2 deletions
|
@ -2966,13 +2966,13 @@ tools to simplify the devolpment of R packages.")
|
|||
(define-public r-withr
|
||||
(package
|
||||
(name "r-withr")
|
||||
(version "2.5.1")
|
||||
(version "2.5.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "withr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1kndhxl0fxn40v9yx0iglilani3ym3ywbjf6zbg1pnb52ncf0nm9"))))
|
||||
"01a27nqlrrf1pws57hi9631f3aj33a9dashd640m5nlgf9nzmdnm"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
|
|
Reference in a new issue