gnu: r-scatterpie: Update to 0.2.1.

* gnu/packages/cran.scm (r-scatterpie): Update to 0.2.1.
This commit is contained in:
Ricardo Wurmus 2023-07-11 15:35:28 +02:00
parent 084af94196
commit 4169a87e19
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -31950,18 +31950,23 @@ (define-public r-mstate
(define-public r-scatterpie
(package
(name "r-scatterpie")
(version "0.2.0")
(version "0.2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "scatterpie" version))
(sha256
(base32
"06crdylakwig8ryi1w5a6mmfy67gakmk6gp0xbrg749da1asd7a9"))))
"0wfrckyvy4zw34qdvgg1gwqfdi1xhs63v3gfwa4akm7ifd1canlb"))))
(properties `((upstream-name . "scatterpie")))
(build-system r-build-system)
(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
(list r-knitr))
(home-page "https://cran.r-project.org/web/packages/scatterpie/")