gnu: r-sjplot: Update to 2.6.2.

* gnu/packages/cran.scm (r-sjplot): Update to 2.6.2.
This commit is contained in:
Ricardo Wurmus 2019-01-12 21:43:39 +01:00
parent e45f4a4dab
commit fd7301676e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7566,14 +7566,14 @@ (define-public r-ggeffects
(define-public r-sjplot
(package
(name "r-sjplot")
(version "2.6.1")
(version "2.6.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "sjPlot" version))
(sha256
(base32
"13qvw2s3r96qfi8kfsn76m050ccnmckl31a9qv94xws8da99v2fk"))))
"0x9pbchmz4qf4c9bi52dhhgv1phfj03q1hnxic8vndl6xwib63cy"))))
(properties `((upstream-name . "sjPlot")))
(build-system r-build-system)
(propagated-inputs