[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/14: gnu: r-mnormt: Update to 2.0.2.
From: |
guix-commits |
Subject: |
14/14: gnu: r-mnormt: Update to 2.0.2. |
Date: |
Fri, 4 Sep 2020 16:08:40 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 468069260ce20183ba0f8414ccf99a33f7b0b6bc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Sep 4 22:00:38 2020 +0200
gnu: r-mnormt: Update to 2.0.2.
* gnu/packages/statistics.scm (r-mnormt): Update to 2.0.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 f0b4343..c1cefa8 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -5310,14 +5310,14 @@ normals.")
(define-public r-mnormt
(package
(name "r-mnormt")
- (version "2.0.1")
+ (version "2.0.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "mnormt" version))
(sha256
(base32
- "00nn0b6nksn2jbpg0np5wphryp4f9v95vqxf5v628yysnawgkcwq"))))
+ "0d7ka4l4fl1wi77r2r81dc91n6cbj2xrb3lsizz5y0ziscva0sjw"))))
(build-system r-build-system)
(propagated-inputs
`(("r-tmvnsim" ,r-tmvnsim)))
- 04/14: gnu: r-mixomics: Update to 6.12.2., (continued)
- 04/14: gnu: r-mixomics: Update to 6.12.2., guix-commits, 2020/09/04
- 06/14: gnu: r-ttr: Update to 0.24.2., guix-commits, 2020/09/04
- 07/14: gnu: r-trend: Update to 1.1.3., guix-commits, 2020/09/04
- 09/14: gnu: r-xmlparsedata: Update to 1.0.4., guix-commits, 2020/09/04
- 05/14: gnu: r-cicero: Update to 1.6.2., guix-commits, 2020/09/04
- 12/14: gnu: r-systemfonts: Update to 0.3.0., guix-commits, 2020/09/04
- 10/14: gnu: r-ingredients: Update to 2.0., guix-commits, 2020/09/04
- 08/14: gnu: r-rnifti: Update to 1.2.1., guix-commits, 2020/09/04
- 11/14: gnu: r-xgboost: Update to 1.2.0.1., guix-commits, 2020/09/04
- 13/14: gnu: r-rfast: Update to 2.0.0., guix-commits, 2020/09/04
- 14/14: gnu: r-mnormt: Update to 2.0.2.,
guix-commits <=