gnu: r-effectsize: Update to 0.4.1.

* gnu/packages/cran.scm (r-effectsize): Update to 0.4.1.
This commit is contained in:
Ricardo Wurmus 2020-12-09 21:58:24 +01:00
parent 620c01b76d
commit 2ccaac5519
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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