3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-lightgbm: Update to 3.3.1.

* gnu/packages/cran.scm (r-lightgbm): Update to 3.3.1.
This commit is contained in:
Ricardo Wurmus 2021-11-23 15:23:31 +01:00
parent 1d3dce7539
commit d64159fa48
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -26281,14 +26281,14 @@ input.")
(define-public r-lightgbm
(package
(name "r-lightgbm")
(version "3.3.0")
(version "3.3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "lightgbm" version))
(sha256
(base32
"1sgimzax84rag02gqv2qag2cg8mmhkv71xydawg7bkxk95dycbc2"))))
"0hvpwirskzcd7ww47f9gllgl3wjvpghnwj8a41glpppwwaaxa0z4"))))
(properties `((upstream-name . "lightgbm")))
(build-system r-build-system)
(propagated-inputs