~ruther/guix-local

ad1ed7ddedaaa2d0fb243d39d38666a40d347c5e — Ricardo Wurmus a month ago 326a9d7
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 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)