xgboost: 0.7 -> 0.72

This commit is contained in:
Maximilian Bosch 2018-07-19 13:27:09 +02:00
parent 0a46f8c198
commit b9e7469c44
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -9,13 +9,13 @@ assert ncclSupport -> cudaSupport;
stdenv.mkDerivation rec {
name = "xgboost-${version}";
version = "0.7";
version = "0.72";
# needs submodules
src = fetchgit {
url = "https://github.com/dmlc/xgboost";
rev = "refs/tags/v${version}";
sha256 = "1wxh020l4q037hc5z7vgxflb70l41a97anl8g6y4wxb74l5zv61l";
sha256 = "1d4kw2jm7d12g8qwi7p9r3429y7sjks9xp9yhvfpx5jh7qakkxj6";
};
enableParallelBuilding = true;