From 246cf03164b89a99415670bcf20fb1349596a810 Mon Sep 17 00:00:00 2001 From: Martin Valgur Date: Thu, 21 Sep 2023 19:37:33 +0300 Subject: [PATCH] lightgbm: bump version --- recipes/lightgbm/all/conandata.yml | 6 +++--- recipes/lightgbm/config.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/lightgbm/all/conandata.yml b/recipes/lightgbm/all/conandata.yml index 4d8509e6d97759..880839ac61786f 100644 --- a/recipes/lightgbm/all/conandata.yml +++ b/recipes/lightgbm/all/conandata.yml @@ -1,7 +1,7 @@ sources: - "4.0.0": - url: "https://github.com/microsoft/LightGBM/archive/refs/tags/v4.0.0.tar.gz" - sha256: "affb82a5a9d88949ffea634c0c33485ba966d42b1f5f838caa7c068447c99c1e" + "4.1.0": + url: "https://github.com/microsoft/LightGBM/archive/refs/tags/v4.1.0.tar.gz" + sha256: "eb896dc21c7afec95d10327777f6e77163b5bcd35f6ce5d152e6feefbe3328a5" "3.3.5": url: "https://github.com/microsoft/LightGBM/archive/refs/tags/v3.3.5.tar.gz" sha256: "16fb9e299ced37be5ac69dd510e7323337e623019c9c578628c43b285f764be7" diff --git a/recipes/lightgbm/config.yml b/recipes/lightgbm/config.yml index a21c1caec58663..eba2ef0bbf4fd2 100644 --- a/recipes/lightgbm/config.yml +++ b/recipes/lightgbm/config.yml @@ -1,5 +1,5 @@ versions: - "4.0.0": + "4.1.0": folder: all "3.3.5": folder: all