[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: r-plotrix: Update to 3.6-4.
From: |
Roel Janssen |
Subject: |
01/01: gnu: r-plotrix: Update to 3.6-4. |
Date: |
Tue, 3 Jan 2017 12:51:36 +0000 (UTC) |
roelj pushed a commit to branch master
in repository guix.
commit 7b030c9f9baf9048a9bf2daa2278c6ef4ceca6f6
Author: Roel Janssen <address@hidden>
Date: Tue Jan 3 13:51:05 2017 +0100
gnu: r-plotrix: Update to 3.6-4.
* gnu/packages/statistics.scm (r-plotrix): Update to 3.6-4.
---
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 8150406..40a511b 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2013,13 +2013,13 @@ disk (or a connection).")
(define-public r-plotrix
(package
(name "r-plotrix")
- (version "3.6-3")
+ (version "3.6-4")
(source (origin
(method url-fetch)
(uri (cran-uri "plotrix" version))
(sha256
(base32
- "0h97jra8zqssi9j4i0psa6c7ya49ya8jd2qc18lc61a4s2yn8w91"))))
+ "1wxzjnzvkl3aga51ad2xhv4s7v46kvnp4z0nz4cb9cn10057sfw8"))))
(build-system r-build-system)
(home-page "http://cran.r-project.org/web/packages/plotrix")
(synopsis "Various plotting functions")