gnu: r-withr: Update to 2.5.0.

* gnu/packages/statistics.scm (r-withr): Update to 2.5.0.
This commit is contained in:
Ricardo Wurmus 2022-03-15 14:28:49 +01:00
parent f077fa0fd0
commit be72c056f6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2589,13 +2589,13 @@ (define-public r-devtools
(define-public r-withr
(package
(name "r-withr")
(version "2.4.3")
(version "2.5.0")
(source (origin
(method url-fetch)
(uri (cran-uri "withr" version))
(sha256
(base32
"0k4x2bd9wb24n3dyg7rdjicdjs5ay2kk5lfgkrcjsv6cki2wgnlv"))))
"1h4bzj0am9lawbh1cam1jmgk1xjmn9da14r90w3q984hswz7nc9p"))))
(build-system r-build-system)
(native-inputs
(list r-knitr))