gnu: r-sjplot: Update to 2.8.8.

* gnu/packages/cran.scm (r-sjplot): Update to 2.8.8.
This commit is contained in:
Ricardo Wurmus 2021-06-02 17:23:03 +02:00
parent 0bc5c20756
commit a9ecb3cf20
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -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