gnu: r-sjplot: Update to 2.8.4.

* gnu/packages/cran.scm (r-sjplot): Update to 2.8.4.
This commit is contained in:
Ricardo Wurmus 2020-06-11 15:09:47 +02:00
parent 4a0fbb7799
commit fc1db3fcf5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8863,13 +8863,13 @@ (define-public r-effectsize
(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