Merge pull request #155940 from r-ryantm/auto-update/python3.10-wled

This commit is contained in:
Martin Weinelt 2022-01-20 21:51:08 +01:00 committed by GitHub
commit 52452e2ebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "wled";
version = "0.10.2";
version = "0.11.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "frenck";
repo = "python-wled";
rev = "v${version}";
sha256 = "sha256-tqR/edkBFseldSXGoekfRmw//h6Z/Xcg1W0HXJvLhtk=";
sha256 = "02mc9dbz7lvk7d8aaimggm3vg99bc42njsv8sfchvc9amvdi94qy";
};
nativeBuildInputs = [