gnu: r-effectsize: Update to 0.4.0.

* gnu/packages/cran.scm (r-effectsize): Update to 0.4.0.
This commit is contained in:
Ricardo Wurmus 2020-10-31 13:42:23 +01:00
parent d423381e77
commit 430760f345
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9365,14 +9365,14 @@ (define-public r-ggeffects
(define-public r-effectsize
(package
(name "r-effectsize")
(version "0.3.3")
(version "0.4.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "effectsize" version))
(sha256
(base32
"00c9j6lc58ls1vrwlpzk3h1lgvxpkcrh7b4ym6kmy4fg4f08izp7"))))
"0shx19ahw13wrn7jlyyvzvngqk66d6jiw9i51mx3psdn3hdnhy9s"))))
(properties `((upstream-name . "effectsize")))
(build-system r-build-system)
(propagated-inputs