1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-ggplotify: Update to 0.0.4.

* gnu/packages/cran.scm (r-ggplotify): Update to 0.0.4.
This commit is contained in:
Ricardo Wurmus
2019-08-06 23:34:50 +02:00
parent 5fe9ce982d
commit f2758945fe

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)