gnu: r-scatterpie: Update to 0.2.1.
* gnu/packages/cran.scm (r-scatterpie): Update to 0.2.1.
This commit is contained in:
parent
084af94196
commit
4169a87e19
1 changed files with 8 additions and 3 deletions
|
@ -31950,18 +31950,23 @@ multi-state models.")
|
||||||
(define-public r-scatterpie
|
(define-public r-scatterpie
|
||||||
(package
|
(package
|
||||||
(name "r-scatterpie")
|
(name "r-scatterpie")
|
||||||
(version "0.2.0")
|
(version "0.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "scatterpie" version))
|
(uri (cran-uri "scatterpie" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06crdylakwig8ryi1w5a6mmfy67gakmk6gp0xbrg749da1asd7a9"))))
|
"0wfrckyvy4zw34qdvgg1gwqfdi1xhs63v3gfwa4akm7ifd1canlb"))))
|
||||||
(properties `((upstream-name . "scatterpie")))
|
(properties `((upstream-name . "scatterpie")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-dplyr r-ggforce r-ggfun r-ggplot2 r-rlang r-tidyr))
|
(list r-dplyr
|
||||||
|
r-ggforce
|
||||||
|
r-ggfun
|
||||||
|
r-ggplot2
|
||||||
|
r-rlang
|
||||||
|
r-tidyr))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
(home-page "https://cran.r-project.org/web/packages/scatterpie/")
|
(home-page "https://cran.r-project.org/web/packages/scatterpie/")
|
||||||
|
|
Reference in a new issue