[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: gnu: r-ggpubr: Update to 0.1.7.
From: |
Tobias Geerinckx-Rice |
Subject: |
01/04: gnu: r-ggpubr: Update to 0.1.7. |
Date: |
Thu, 28 Jun 2018 10:20:46 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit e077186334c65ffd4da617dfdafd7888ca798b97
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Jun 28 16:19:13 2018 +0200
gnu: r-ggpubr: Update to 0.1.7.
* gnu/packages/cran.scm (r-ggpubr): Update to 0.1.7.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 57603bf..66cb6b0 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)