[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/55: gnu: r-matrix: Update to 1.2-16.
From: |
guix-commits |
Subject: |
10/55: gnu: r-matrix: Update to 1.2-16. |
Date: |
Wed, 20 Mar 2019 19:03:04 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 35663627fbbb2c3f611147906871cbd0d8e2b56a
Author: Ricardo Wurmus <address@hidden>
Date: Wed Mar 20 23:32:32 2019 +0100
gnu: r-matrix: Update to 1.2-16.
* gnu/packages/statistics.scm (r-matrix): Update to 1.2-16.
---
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 e017d60..fa2a637 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -548,14 +548,14 @@ also flexible enough to handle most nonstandard
requirements.")
(define-public r-matrix
(package
(name "r-matrix")
- (version "1.2-15")
+ (version "1.2-16")
(source
(origin
(method url-fetch)
(uri (cran-uri "Matrix" version))
(sha256
(base32
- "1mshhyia6imh939p8labxi0wv21lal7csmccxi42klpgdh1j89kv"))))
+ "10fh0y1wd0bvnqbzlyck08pn1vxcd58bskx2lrf9m42v5792ba9p"))))
(properties `((upstream-name . "Matrix")))
(build-system r-build-system)
(propagated-inputs
- branch master updated (8b672b2 -> 6cea61e), guix-commits, 2019/03/20
- 10/55: gnu: r-matrix: Update to 1.2-16.,
guix-commits <=
- 04/55: gnu: r-dendextend: Update to 1.10.0., guix-commits, 2019/03/20
- 08/55: gnu: r-ape: Update to 5.3., guix-commits, 2019/03/20
- 11/55: gnu: r-permute: Update to 0.9-5., guix-commits, 2019/03/20
- 05/55: gnu: r-callr: Update to 3.2.0., guix-commits, 2019/03/20
- 13/55: gnu: r-lazyeval: Update to 0.2.2., guix-commits, 2019/03/20
- 18/55: gnu: r-rstudioapi: Update to 0.10., guix-commits, 2019/03/20
- 02/55: gnu: r-diversitree: Fix typo., guix-commits, 2019/03/20
- 01/55: gnu: Add r-insight., guix-commits, 2019/03/20
- 12/55: gnu: r-stringi: Update to 1.4.3., guix-commits, 2019/03/20
- 15/55: gnu: r-knitr: Update to 1.22., guix-commits, 2019/03/20