gnu: r-effectsize: Update to 0.8.9.

* gnu/packages/cran.scm (r-effectsize): Update to 0.8.9.

Change-Id: Ib223627c1a3994b354ef5c2e3947788fd5dfedf3
This commit is contained in:
Ricardo Wurmus 2024-08-16 18:33:54 +02:00
parent 1442a81965
commit 4e91202f4e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -18239,14 +18239,14 @@ (define-public r-ggeffects
(define-public r-effectsize
(package
(name "r-effectsize")
(version "0.8.8")
(version "0.8.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "effectsize" version))
(sha256
(base32
"1dx83xv98iny4pzphrr64fv277k70cgmia1s18bh7fix2h3md45k"))))
"12qzz3zl5yn28ybmmryhmi29zwzwrfgqhb6wm7aqg78id463bjz9"))))
(properties `((upstream-name . "effectsize")))
(build-system r-build-system)
(propagated-inputs