diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-06-11 15:09:47 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-06-11 17:03:46 +0200 |
commit | fc1db3fcf55c8128b977c774681e8df8e4be430e (patch) | |
tree | 9c89e33e90791d1b07644ba22feb2625d0c16227 | |
parent | 4a0fbb779935050ed147069b1f83d175ff4656f1 (diff) | |
download | guix-fc1db3fcf55c8128b977c774681e8df8e4be430e.tar.gz |
gnu: r-sjplot: Update to 2.8.4.
* gnu/packages/cran.scm (r-sjplot): Update to 2.8.4.
-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 15b534ff58..5606d18940 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -8863,13 +8863,13 @@ conversion of indices such as Cohen's d, r, odds, etc.") (define-public r-sjplot (package (name "r-sjplot") - (version "2.8.3") + (version "2.8.4") (source (origin (method url-fetch) (uri (cran-uri "sjPlot" version)) (sha256 - (base32 "0ip1rkjlhyf3axlc8qqss1qq1f0xrda890c1jmcbhm98wwjw264f")))) + (base32 "0b7k0mshkk8k26w11xbxkb5v0klhq279zn2xdz83cn8k791xkqyd")))) (properties `((upstream-name . "sjPlot"))) (build-system r-build-system) (propagated-inputs |