me
/
guix
Archived
1
0
Fork 0

gnu: r-ggpubr: Update to 0.2.4.

* gnu/packages/cran.scm (r-ggpubr): Update to 0.2.4.
master
Ricardo Wurmus 2019-11-14 08:19:25 +01:00
parent 383ab0daa2
commit 1ca049273c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5678,14 +5678,14 @@ and adds the annotation to the plot.")
(define-public r-ggpubr
(package
(name "r-ggpubr")
(version "0.2.3")
(version "0.2.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggpubr" version))
(sha256
(base32
"0i81mmz4qn9yzcgfa6dhkcrx4ddlflkm2c3b40isc8all43rm8rn"))))
"0ln1gh3zlfx5s7zqcpvfdiksq74v1pma5kwkhc6r0riqnjjd19pf"))))
(build-system r-build-system)
(propagated-inputs
`(("r-cowplot" ,r-cowplot)