Merge pull request #166895 from r-ryantm/auto-update/python310Packages.wled

This commit is contained in:
Martin Weinelt 2022-04-02 04:35:47 +02:00 committed by GitHub
commit 547e9a39db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "wled"; pname = "wled";
version = "0.13.1"; version = "0.13.2";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "frenck"; owner = "frenck";
repo = "python-wled"; repo = "python-wled";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-QQPrAfk+BX8mjqn9ISim9hLEZR2nbgxbkwCv+91yeRY="; sha256 = "sha256-Rv0jaKkN6jQ7oiv1cBYx4HAr7IqPm57jZFykXayp0T0=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [