gnu: r-ggpubr: Update to 0.1.9.
* gnu/packages/cran.scm (r-ggpubr): Update to 0.1.9.
This commit is contained in:
parent
441cf11de1
commit
2a4c5877a9
|
@ -4450,14 +4450,14 @@ and adds the annotation to the plot.")
|
|||
(define-public r-ggpubr
|
||||
(package
|
||||
(name "r-ggpubr")
|
||||
(version "0.1.8")
|
||||
(version "0.1.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggpubr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0psl2zndm4wk6nnj1nv305islpxfvfgd87gjh2ph8yqn4mxpnfi1"))))
|
||||
"0rvfgii2gxarra7d33n6c63ky0mivxxyx35acsrn94xkbd8mbcsj"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-cowplot" ,r-cowplot)
|
||||
|
|
Loading…
Reference in New Issue