mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-ggstatsplot: Update to 0.12.4.
* gnu/packages/cran.scm (r-ggstatsplot): Update to 0.12.4. Change-Id: Ib4da1bcecfdf10b42ec4ffeec84b9d1a89aed06f
This commit is contained in:
parent
53505e320b
commit
4055371a02
1 changed files with 2 additions and 2 deletions
|
@ -1194,13 +1194,13 @@ (define-public r-ggstats
|
|||
(define-public r-ggstatsplot
|
||||
(package
|
||||
(name "r-ggstatsplot")
|
||||
(version "0.12.3")
|
||||
(version "0.12.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggstatsplot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lm48b664nin8f32a3xpqvc95cizi27sls5m4vrymfz3aarcwrxr"))))
|
||||
"07xv8d5yv08wcrmz6abjcfq9vv8h78axsnhgxgz08iswhb7a377a"))))
|
||||
(properties `((upstream-name . "ggstatsplot")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-correlation
|
||||
|
|
Loading…
Reference in a new issue