gnu: r-effectsize: Update to 0.4.4-1.

* gnu/packages/cran.scm (r-effectsize): Update to 0.4.4-1.
This commit is contained in:
Ricardo Wurmus 2021-04-08 02:25:53 +02:00
parent 51d9bcf64b
commit 799526f97c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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