python3Packages.pywizlight: 0.4.15 -> 0.4.16

This commit is contained in:
Fabian Affolter 2021-12-18 20:46:33 +01:00
parent 5965f0698f
commit 44445a808c

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pywizlight";
version = "0.4.15";
version = "0.4.16";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "sbidy";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Ud6/aLvAWqTcvCJTiprkj9yG6DXdDOPzFEr+T0/qnBw=";
sha256 = "sha256-Da5hkmzGJtfqiDPV9X02opv54Ry6sGiSbDnej9a2QDA=";
};
propagatedBuildInputs = [