gnu: r-effectsize: Update to 0.8.8.

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

Change-Id: I51270018adaf62fdbcb3e5ad73b99f618b346b9a
This commit is contained in:
Ricardo Wurmus 2024-05-13 21:59:51 +02:00
parent 7744aaf2b0
commit adf2088ca5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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