gnu: r-ggplotify: Update to 0.0.9.

* gnu/packages/cran.scm (r-ggplotify): Update to 0.0.9.
[propagated-inputs]: Remove r-rvcheck; add r-yulab-utils.
This commit is contained in:
Ricardo Wurmus 2021-08-22 17:53:29 +02:00
parent 586c5df062
commit ae71a35b9b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -17011,19 +17011,19 @@ (define-public r-yulab-utils
(define-public r-ggplotify
(package
(name "r-ggplotify")
(version "0.0.8")
(version "0.0.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggplotify" version))
(sha256
(base32
"08c9vxm8pg6l5g3r7wsfgzsq00xdrc6v4xnn7pd3qcyw7cc8s969"))))
"1irm8pmf20bfl2djr591jfs7g8l7vw2673ri76pimz3285l74bp0"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ggplot2" ,r-ggplot2)
("r-gridgraphics" ,r-gridgraphics)
("r-rvcheck" ,r-rvcheck)))
("r-yulab-utils" ,r-yulab-utils)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/GuangchuangYu/ggplotify")