rekado pushed a commit to branch master
in repository guix.
commit fc1db3fcf55c8128b977c774681e8df8e4be430e
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Jun 11 15:09:47 2020 +0200
gnu: r-sjplot: Update to 2.8.4.
* gnu/packages/cran.scm (r-sjplot): Update to 2.8.4.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 15b534f..5606d18 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