gnu: r-sjplot: Update to 2.6.2.
* gnu/packages/cran.scm (r-sjplot): Update to 2.6.2.
This commit is contained in:
parent
e45f4a4dab
commit
fd7301676e
|
@ -7566,14 +7566,14 @@ results using @code{ggplot2}.")
|
||||||
(define-public r-sjplot
|
(define-public r-sjplot
|
||||||
(package
|
(package
|
||||||
(name "r-sjplot")
|
(name "r-sjplot")
|
||||||
(version "2.6.1")
|
(version "2.6.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "sjPlot" version))
|
(uri (cran-uri "sjPlot" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13qvw2s3r96qfi8kfsn76m050ccnmckl31a9qv94xws8da99v2fk"))))
|
"0x9pbchmz4qf4c9bi52dhhgv1phfj03q1hnxic8vndl6xwib63cy"))))
|
||||||
(properties `((upstream-name . "sjPlot")))
|
(properties `((upstream-name . "sjPlot")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in New Issue