mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-withr: Update to 2.4.0.
* gnu/packages/statistics.scm (r-withr): Update to 2.4.0.
This commit is contained in:
parent
e25b88ab2e
commit
1a1dfc99c8
1 changed files with 2 additions and 2 deletions
|
@ -2496,13 +2496,13 @@ (define-public r-devtools
|
|||
(define-public r-withr
|
||||
(package
|
||||
(name "r-withr")
|
||||
(version "2.3.0")
|
||||
(version "2.4.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "withr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1837vjp35npjrnis1im5xrwj1swpgnms00gkjiz7296l8yckrh1c"))))
|
||||
"1y0l6zbpg0wix60r58yk452aqvx4rd0bk7zw9b90lzniwk3wvr7d"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
|
|
Loading…
Reference in a new issue