gnu: r-effectsize: Update to 0.4.4.

* gnu/packages/cran.scm (r-effectsize): Update to 0.4.4.
This commit is contained in:
Ricardo Wurmus 2021-03-15 13:41:38 +01:00
parent b5aa552e63
commit ecd03401c6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10453,14 +10453,14 @@ (define-public r-ggeffects
(define-public r-effectsize
(package
(name "r-effectsize")
(version "0.4.3")
(version "0.4.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "effectsize" version))
(sha256
(base32
"1hcrnax9wf0nwsb8nv15rxw8yy8w5dak16dw3w5bxi8xnf56lkz2"))))
"0mgkq12ym72ncakkjpkzkjglhksyhj3iw8v4a8fjgpf7prvn191g"))))
(properties `((upstream-name . "effectsize")))
(build-system r-build-system)
(propagated-inputs