[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/09: gnu: r-xgboost: Update to 1.1.1.1.
From: |
guix-commits |
Subject: |
09/09: gnu: r-xgboost: Update to 1.1.1.1. |
Date: |
Tue, 16 Jun 2020 03:34:06 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 000c7a0f70248ccf9dc774ef23da3e26d142c610
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jun 16 09:33:01 2020 +0200
gnu: r-xgboost: Update to 1.1.1.1.
* gnu/packages/cran.scm (r-xgboost): Update to 1.1.1.1.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1740ed1..f3c90b0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15924,14 +15924,14 @@ the current document.")
(define-public r-xgboost
(package
(name "r-xgboost")
- (version "1.0.0.2")
+ (version "1.1.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "xgboost" version))
(sha256
(base32
- "1ld2w51c5fy3bl0kvjn1iplffc4lmin9s9zz5xx7xsm44d6j6kzd"))))
+ "13njhcxljhbcs37ni6r5174fk8kx9b5p7rlw1an1ak3w92jn56cq"))))
(build-system r-build-system)
(propagated-inputs
`(("r-data-table" ,r-data-table)
- branch master updated (fb8542e -> 000c7a0), guix-commits, 2020/06/16
- 01/09: gnu: Add r-profilemodel., guix-commits, 2020/06/16
- 02/09: gnu: Add r-brglm., guix-commits, 2020/06/16
- 04/09: gnu: r-circlize: Update to 0.4.10., guix-commits, 2020/06/16
- 03/09: gnu: Add r-entropy., guix-commits, 2020/06/16
- 05/09: gnu: r-vioplot: Update to 0.3.5., guix-commits, 2020/06/16
- 06/09: gnu: r-abn: Update to 2.2.1., guix-commits, 2020/06/16
- 07/09: gnu: r-performance: Update to 0.4.7., guix-commits, 2020/06/16
- 08/09: gnu: r-genenet: Update to 1.2.15., guix-commits, 2020/06/16
- 09/09: gnu: r-xgboost: Update to 1.1.1.1.,
guix-commits <=