gnu: r-effectsize: Update to 0.8.7.

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

Change-Id: I909f9de3fbaf19acf0eeaaa17f60673c5208297e
This commit is contained in:
Ricardo Wurmus 2024-04-02 10:04:27 +02:00
parent 69a9bdf8d8
commit f17c477cf6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -17509,14 +17509,14 @@ results using @code{ggplot2}.")
(define-public r-effectsize
(package
(name "r-effectsize")
(version "0.8.6")
(version "0.8.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "effectsize" version))
(sha256
(base32
"0gdk6f2713k2vhv7qa6dgxl6kgc6r6yb12hb27k4bbibj5njvvni"))))
"07lfa0pvqhanjyyx9hs6gdqw1zyi1y21k539jgvgnrvixfilfkb2"))))
(properties `((upstream-name . "effectsize")))
(build-system r-build-system)
(propagated-inputs