summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-06-28 16:19:13 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-06-28 16:20:15 +0200
commite077186334c65ffd4da617dfdafd7888ca798b97 (patch)
tree8806c0dea381a6c901e488be33cb3baee17f947b
parent219ae29b6b40ddd16c750e3df17c72f8a14e69c2 (diff)
downloadpatches-e077186334c65ffd4da617dfdafd7888ca798b97.tar
patches-e077186334c65ffd4da617dfdafd7888ca798b97.tar.gz
gnu: r-ggpubr: Update to 0.1.7.
* gnu/packages/cran.scm (r-ggpubr): Update to 0.1.7.
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 57603bf57a..66cb6b08fa 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4287,14 +4287,14 @@ and adds the annotation to the plot.")
(define-public r-ggpubr
(package
(name "r-ggpubr")
- (version "0.1.6")
+ (version "0.1.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggpubr" version))
(sha256
(base32
- "0mvw215bj887958p34f0dzlrb8mgyfcz9b5zvsschvbhamqinqna"))))
+ "110ny8p41kmbz0a5rl0mv9cqpjkx6yr3ybflp1r0fmcvhwv7cr3i"))))
(build-system r-build-system)
(propagated-inputs
`(("r-cowplot" ,r-cowplot)