guix_mirror_bot pushed a commit to branch r-team
in repository guix.

commit 3c11077ba61775b0b0a96b582147d057de23b4cb
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Jan 14 19:42:21 2026 +0100

    gnu: r-shapforxgboost: Update to 0.2.0.
    
    * gnu/packages/cran.scm (r-shapforxgboost): Update to 0.2.0.
    
    Change-Id: I1dc22b7165fd1348e5d3a7e7614662b751c798ec
---
 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 0779207550..c14af7f3ab 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -48420,14 +48420,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)

Reply via email to