diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-14 19:42:21 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:28:32 +0100 |
| commit | ad1ed7ddedaaa2d0fb243d39d38666a40d347c5e (patch) | |
| tree | 3301e375b1f7d46f9a9e4af1e5a34004f87f99f3 /gnu | |
| parent | 326a9d7ed2ac9f3c5a3b25cd39802fcbb2fdf813 (diff) | |
gnu: r-shapforxgboost: Update to 0.2.0.
* gnu/packages/cran.scm (r-shapforxgboost): Update to 0.2.0.
Change-Id: I1dc22b7165fd1348e5d3a7e7614662b751c798ec
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 8ca875e958..03ce472b65 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -48422,14 +48422,14 @@ designed to be distributed and efficient with the following goals: (define-public r-shapforxgboost (package (name "r-shapforxgboost") - (version "0.1.3") + (version "0.2.0") (source (origin (method url-fetch) (uri (cran-uri "SHAPforxgboost" version)) (sha256 (base32 - "0b3h6py80a0dmb8f8j4h7a7d0k6ld8l0qr24r8pxxy7dbqbyxh5x")))) + "1syqzgx37gi3k4s17f62bd67593l2q823y35fv0ni4kphn1fw95g")))) (properties `((upstream-name . "SHAPforxgboost"))) (build-system r-build-system) |
