Archived
1
0
Fork 0

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:
Ricardo Wurmus 2023-10-31 17:15:13 +01:00
parent 90a8594c7b
commit 0858b9c472
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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))