me
/
guix
Archived
1
0
Fork 0

gnu: r-withr: Update to 3.0.0.

* gnu/packages/statistics.scm (r-withr): Update to 3.0.0.

Change-Id: Ib20faa2879849b566c17934ec1bea85ca7b41ca5
master
Ricardo Wurmus 2024-01-17 23:09:52 +01:00
parent 3a9ef6b8c2
commit fd32212bf0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2991,13 +2991,13 @@ tools to simplify the devolpment of R packages.")
(define-public r-withr
(package
(name "r-withr")
(version "2.5.2")
(version "3.0.0")
(source (origin
(method url-fetch)
(uri (cran-uri "withr" version))
(sha256
(base32
"01a27nqlrrf1pws57hi9631f3aj33a9dashd640m5nlgf9nzmdnm"))))
"1rz0pgm1bg3cnc09s8q8yyg83lmf8bv9arlasciqqr0fdpgfwy4c"))))
(build-system r-build-system)
(native-inputs
(list r-knitr))