Archived
1
0
Fork 0

gnu: r-ggpubr: Update to 0.2.1.

* gnu/packages/cran.scm (r-ggpubr): Update to 0.2.1.
This commit is contained in:
Ricardo Wurmus 2019-06-29 01:24:56 +02:00
parent a4bc73b236
commit 0ccb34584c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5388,14 +5388,14 @@ and adds the annotation to the plot.")
(define-public r-ggpubr (define-public r-ggpubr
(package (package
(name "r-ggpubr") (name "r-ggpubr")
(version "0.2") (version "0.2.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ggpubr" version)) (uri (cran-uri "ggpubr" version))
(sha256 (sha256
(base32 (base32
"0rkpcjb1x7lvhj68aam5airbi534jqyiq12x5xk40a25iifhghq6")))) "0a4dv6a752hwvc7l31xs7bgqhfzfdy94xp6wgwaxf5dxm46na7k1"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-cowplot" ,r-cowplot) `(("r-cowplot" ,r-cowplot)