gnu: r-ggplotify: Update to 0.0.6.

* gnu/packages/cran.scm (r-ggplotify): Update to 0.0.6.
This commit is contained in:
Ricardo Wurmus 2021-05-04 07:13:13 +02:00
parent da1f80f1e1
commit abc63422de
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -16388,14 +16388,14 @@ package.")
(define-public r-ggplotify
(package
(name "r-ggplotify")
(version "0.0.5")
(version "0.0.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggplotify" version))
(sha256
(base32
"0pfnp4lrissf21z7867kdm6slr979kchyva8iaf83i1302kscph3"))))
"1xs9l05hzlrgcr0p0xah2b05fbm64ma3vfwzn4p8q6nj7xch1dbd"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ggplot2" ,r-ggplot2)