python310Packages.wled: 0.13.1 -> 0.13.2

This commit is contained in:
R. Ryantm 2022-04-02 02:04:42 +00:00
parent 72152ff5ad
commit e5ae588b7d

View file

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