me
/
guix
Archived
1
0
Fork 0

gnu: r-withr: Update to 2.5.1.

* gnu/packages/statistics.scm (r-withr): Update to 2.5.1.
master
Ricardo Wurmus 2023-10-05 13:34:55 +02:00
parent 3b9bb9c61e
commit 6535a7d047
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2945,13 +2945,13 @@ tools to simplify the devolpment of R packages.")
(define-public r-withr
(package
(name "r-withr")
(version "2.5.0")
(version "2.5.1")
(source (origin
(method url-fetch)
(uri (cran-uri "withr" version))
(sha256
(base32
"1h4bzj0am9lawbh1cam1jmgk1xjmn9da14r90w3q984hswz7nc9p"))))
"1kndhxl0fxn40v9yx0iglilani3ym3ywbjf6zbg1pnb52ncf0nm9"))))
(build-system r-build-system)
(native-inputs
(list r-knitr))