gnu: r-ggplotify: Update to 0.0.6.
* gnu/packages/cran.scm (r-ggplotify): Update to 0.0.6.
This commit is contained in:
parent
da1f80f1e1
commit
abc63422de
1 changed files with 2 additions and 2 deletions
|
|
@ -16388,14 +16388,14 @@ package.")
|
||||||
(define-public r-ggplotify
|
(define-public r-ggplotify
|
||||||
(package
|
(package
|
||||||
(name "r-ggplotify")
|
(name "r-ggplotify")
|
||||||
(version "0.0.5")
|
(version "0.0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ggplotify" version))
|
(uri (cran-uri "ggplotify" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pfnp4lrissf21z7867kdm6slr979kchyva8iaf83i1302kscph3"))))
|
"1xs9l05hzlrgcr0p0xah2b05fbm64ma3vfwzn4p8q6nj7xch1dbd"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-ggplot2" ,r-ggplot2)
|
`(("r-ggplot2" ,r-ggplot2)
|
||||||
|
|
|
||||||
Reference in a new issue