gnu: r-ggstatsplot: Update to 0.12.2.
* gnu/packages/cran.scm (r-ggstatsplot): Update to 0.12.2. Change-Id: Iafe26006e36b482da64afa5c1ae88176ba2590d0master
parent
e1d3131080
commit
7f7ca62e27
|
@ -1033,13 +1033,13 @@ plots.")
|
||||||
(define-public r-ggstatsplot
|
(define-public r-ggstatsplot
|
||||||
(package
|
(package
|
||||||
(name "r-ggstatsplot")
|
(name "r-ggstatsplot")
|
||||||
(version "0.12.1")
|
(version "0.12.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ggstatsplot" version))
|
(uri (cran-uri "ggstatsplot" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0w24dbz2zc60zpxp2bylj6yk8rwdrkbppkykmip1wrhsbi8663xi"))))
|
"0nriqsfk48ijkkg06i87zp2frp7yz3c4gfmfgfig6v8mcmj19zwr"))))
|
||||||
(properties `((upstream-name . "ggstatsplot")))
|
(properties `((upstream-name . "ggstatsplot")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-correlation
|
(propagated-inputs (list r-correlation
|
||||||
|
|
Reference in New Issue