gnu: r-sjplot: Update to 2.8.1.

* gnu/packages/cran.scm (r-sjplot): Update to 2.8.1.
This commit is contained in:
Ricardo Wurmus 2019-12-03 14:53:50 +01:00
parent de5092bab0
commit 8aab9b98cf
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8431,13 +8431,13 @@ (define-public r-effectsize
(define-public r-sjplot
(package
(name "r-sjplot")
(version "2.8.0")
(version "2.8.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "sjPlot" version))
(sha256
(base32 "0ahz6v6bhvq1537inwakmrafs44hs2m9w0ra8q17fz626nn9rb9b"))))
(base32 "0rmfc2pq80w0kxh6icljhqm31q580s0czvllsfxk6crmpyfgxkp7"))))
(properties `((upstream-name . "sjPlot")))
(build-system r-build-system)
(propagated-inputs