gnu: r-ggpubr: Update to 0.2.1.
* gnu/packages/cran.scm (r-ggpubr): Update to 0.2.1.
This commit is contained in:
parent
a4bc73b236
commit
0ccb34584c
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Reference in a new issue