diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-02-10 12:57:22 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-14 10:18:18 +0100 |
| commit | 673636d8d6993caeb5e7ce8467faa545e75a79ef (patch) | |
| tree | 2fc081633e5edcfed81bfa769c79b360640902e6 /gnu | |
| parent | 4db021aef3a48aa6cf9c46b23c5179e27610e114 (diff) | |
gnu: r-ggstatsplot: Update to 0.13.5.
* gnu/packages/cran.scm (r-ggstatsplot): Update to 0.13.5.
Change-Id: Ica9312948a1bbf33ba633d4205705475724a3304
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index bebd2df433..c54609f6cf 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -4873,13 +4873,13 @@ plots.") (define-public r-ggstatsplot (package (name "r-ggstatsplot") - (version "0.13.4") + (version "0.13.5") (source (origin (method url-fetch) (uri (cran-uri "ggstatsplot" version)) (sha256 (base32 - "0mw71xlgbvmv6q1846dhpg4f1827cnb09ql8mfkahifg84n9cv00")))) + "0qw334m9zvnaxh65zdyhqppfk4zaxzzyr1gjsj4954a6yrzyj84a")))) (properties `((upstream-name . "ggstatsplot"))) (build-system r-build-system) (propagated-inputs (list r-correlation |
