3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-ggpubr: Update to 0.2.

* gnu/packages/cran.scm (r-ggpubr): Update to 0.2.
This commit is contained in:
Roel Janssen 2018-11-19 17:17:25 +01:00
parent e396b37822
commit 1659c5dd27
No known key found for this signature in database
GPG key ID: C3EC1DCA843072E1

View file

@ -4450,14 +4450,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.1.9") (version "0.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ggpubr" version)) (uri (cran-uri "ggpubr" version))
(sha256 (sha256
(base32 (base32
"0rvfgii2gxarra7d33n6c63ky0mivxxyx35acsrn94xkbd8mbcsj")))) "0rkpcjb1x7lvhj68aam5airbi534jqyiq12x5xk40a25iifhghq6"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-cowplot" ,r-cowplot) `(("r-cowplot" ,r-cowplot)