gnu: r-ggplotify: Update to 0.0.4.

* gnu/packages/cran.scm (r-ggplotify): Update to 0.0.4.
master
Ricardo Wurmus 2019-08-06 23:34:50 +02:00
parent 5fe9ce982d
commit f2758945fe
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -13636,14 +13636,14 @@ package.")
(define-public r-ggplotify
(package
(name "r-ggplotify")
(version "0.0.3")
(version "0.0.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggplotify" version))
(sha256
(base32
"14hqlpvnaq5psz1ljcpw9isa06827rg3fm5c1dx159rsjfi56yby"))))
"0nv3wdmxnc5ww9m3xlgnb0jp30j45dg33nqc6gg3y36svg8anjcg"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ggplot2" ,r-ggplot2)