gnu: r-ggpubr: Update to 0.1.7.

* gnu/packages/cran.scm (r-ggpubr): Update to 0.1.7.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-28 16:19:13 +02:00
parent 219ae29b6b
commit e077186334
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -4287,14 +4287,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.6") (version "0.1.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ggpubr" version)) (uri (cran-uri "ggpubr" version))
(sha256 (sha256
(base32 (base32
"0mvw215bj887958p34f0dzlrb8mgyfcz9b5zvsschvbhamqinqna")))) "110ny8p41kmbz0a5rl0mv9cqpjkx6yr3ybflp1r0fmcvhwv7cr3i"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-cowplot" ,r-cowplot) `(("r-cowplot" ,r-cowplot)