3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #106893 from r-ryantm/auto-update/python3.7-lightgbm

python37Packages.lightgbm: 3.1.0 -> 3.1.1
This commit is contained in:
Ryan Mulligan 2020-12-18 14:15:52 -08:00 committed by GitHub
commit 88919dbfdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "lightgbm";
version = "3.1.0";
version = "3.1.1";
src = fetchPypi {
inherit pname version;
sha256 = "0d0abcb1035a7f50226412a78993d61830621e16fd6fa685bbf178c97b0d6e82";
sha256 = "babece2e3613e97748a67ed45387bb0e984bdb1f4126e39f010fbfe7503c7b20";
};
nativeBuildInputs = [