[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: Update r-cowplot to 0.9.2.
From: |
Roel Janssen |
Subject: |
01/01: gnu: Update r-cowplot to 0.9.2. |
Date: |
Tue, 19 Dec 2017 04:48:36 -0500 (EST) |
roelj pushed a commit to branch master
in repository guix.
commit 28fc96cb1e45bdf754970edbeb619cffc9b720bd
Author: Roel Janssen <address@hidden>
Date: Tue Dec 19 10:47:19 2017 +0100
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(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 80a1df9..41740d6 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)