gnu: r-sjplot: Update to 2.8.5.

* gnu/packages/cran.scm (r-sjplot): Update to 2.8.5.
This commit is contained in:
Ricardo Wurmus 2020-10-05 22:13:43 +02:00
parent 08f7d7d71b
commit aed63a8731
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9364,13 +9364,13 @@ (define-public r-effectsize
(define-public r-sjplot
(package
(name "r-sjplot")
(version "2.8.4")
(version "2.8.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "sjPlot" version))
(sha256
(base32 "0b7k0mshkk8k26w11xbxkb5v0klhq279zn2xdz83cn8k791xkqyd"))))
(base32 "07fwa6ga9430irk68g9wcfpn9g24pf8qc2i127nrydm865y7ri24"))))
(properties `((upstream-name . "sjPlot")))
(build-system r-build-system)
(propagated-inputs