me
/
guix
Archived
1
0
Fork 0

gnu: r-ggpubr: Update to 0.4.0.

* gnu/packages/cran.scm (r-ggpubr): Update to 0.4.0.
Ricardo Wurmus 2020-06-28 05:38:13 +02:00
parent 308d91d886
commit 0d742a0523
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6291,14 +6291,14 @@ matrix.")
(define-public r-ggpubr
(package
(name "r-ggpubr")
(version "0.3.0")
(version "0.4.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggpubr" version))
(sha256
(base32
"1dly74cnn8iq7vsgmcz0czszdsmg5cgzm4w3s0v30k4psmmzqbxq"))))
"0x86lmghr25k8w90yrp360dn42dhp5cjvjpdiv2s2gxfn701xcmb"))))
(build-system r-build-system)
(propagated-inputs
`(("r-cowplot" ,r-cowplot)