gnu: r-effectsize: Update to 0.3.2.

* gnu/packages/cran.scm (r-effectsize): Update to 0.3.2.
This commit is contained in:
Ricardo Wurmus 2020-08-12 11:57:25 +02:00
parent 66e1d3860b
commit 7476244a83
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9128,14 +9128,14 @@ (define-public r-ggeffects
(define-public r-effectsize
(package
(name "r-effectsize")
(version "0.3.1")
(version "0.3.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "effectsize" version))
(sha256
(base32
"1n5b5434sd8f1v95bfjwg92v879rkaj8zpm6ldnrg0kgfb0gy6q4"))))
"0h9f260gb8707pcssf8dq7dakpq1ggkxr5kpbrbl8sn8h3qbvws9"))))
(properties `((upstream-name . "effectsize")))
(build-system r-build-system)
(propagated-inputs