diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 34e1edeb7c..f1797b6093 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -11335,13 +11335,13 @@ conversion of indices such as Cohen's d, r, odds, etc.") (define-public r-sjplot (package (name "r-sjplot") - (version "2.8.9") + (version "2.8.10") (source (origin (method url-fetch) (uri (cran-uri "sjPlot" version)) (sha256 - (base32 "07b9p5wbb6xmyapg9j6i4cdcj7j9wj9gi30gljj6j2lj1flgdd7q")))) + (base32 "1rnwhh271xj8xgvvlpqw9ain56mfz37fvl7f6jq9nzx9jxx95bjd")))) (properties `((upstream-name . "sjPlot"))) (build-system r-build-system) (propagated-inputs