diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-06-02 17:23:03 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-06-02 17:27:08 +0200 |
commit | a9ecb3cf20acd8263165fbdfcbc7c9d4c3906016 (patch) | |
tree | 777a5f7d236ce7101ac092f06231d52b08f560c2 /gnu | |
parent | 0bc5c20756f228795c6a18546c94d6442adca884 (diff) | |
download | guix-a9ecb3cf20acd8263165fbdfcbc7c9d4c3906016.tar guix-a9ecb3cf20acd8263165fbdfcbc7c9d4c3906016.tar.gz |
gnu: r-sjplot: Update to 2.8.8.
* gnu/packages/cran.scm (r-sjplot): Update to 2.8.8.
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 7f707ccfd0..c0c2f9218c 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -10919,13 +10919,13 @@ conversion of indices such as Cohen's d, r, odds, etc.") (define-public r-sjplot (package (name "r-sjplot") - (version "2.8.7") + (version "2.8.8") (source (origin (method url-fetch) (uri (cran-uri "sjPlot" version)) (sha256 - (base32 "1g4qabg654kwdm09ihp4h3mg64a1d7a7gsn6w56rwsidqqaxilq0")))) + (base32 "050aarycgzy1n8ad67pj09s8k7s7xk6dicg0kjg0ivlkyyq0shqz")))) (properties `((upstream-name . "sjPlot"))) (build-system r-build-system) (propagated-inputs |