gnu: r-effectsize: Update to 0.8.3.

* gnu/packages/cran.scm (r-effectsize): Update to 0.8.3.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:29 +01:00
parent 9c8f4326e0
commit ed123de3df
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14242,14 +14242,14 @@ (define-public r-ggeffects
(define-public r-effectsize
(package
(name "r-effectsize")
(version "0.8.2")
(version "0.8.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "effectsize" version))
(sha256
(base32
"1ibkvvpkd4md73d53823wnwzk3iqi1k4vr99jkyiiybcn6mv5qkc"))))
"1db197w72zi2ln0xfivg1i35rqr9xfsn7py854fv12dipg3l1cfw"))))
(properties `((upstream-name . "effectsize")))
(build-system r-build-system)
(propagated-inputs