From 28fc96cb1e45bdf754970edbeb619cffc9b720bd Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Tue, 19 Dec 2017 10:47:19 +0100 Subject: gnu: Update r-cowplot to 0.9.2. * gnu/packages/statistics.scm (r-cowplot): Update to 0.9.2. --- gnu/packages/statistics.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/statistics.scm') diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 80a1df9cfb..41740d6418 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -4394,14 +4394,14 @@ Farebrother's algorithm or Liu et al.'s algorithm.") (define-public r-cowplot (package (name "r-cowplot") - (version "0.9.1") + (version "0.9.2") (source (origin (method url-fetch) (uri (cran-uri "cowplot" version)) (sha256 (base32 - "0iq0wsi7467cj8hqml06whk3xsiv89x8dvm9ynwp411pzzbdjgwm")))) + "13yjw7yv7imyqiawqqp304hkp6x36iv6rf6gn03dwzwkj9zwx4lb")))) (build-system r-build-system) (propagated-inputs `(("r-ggplot2" ,r-ggplot2) -- cgit v1.2.3