python313Packages.pywizlight: 0.5.14 -> 0.6.0

Diff: https://github.com/sbidy/pywizlight/compare/v0.5.14...v0.6.0

Changelog: https://github.com/sbidy/pywizlight/releases/tag/v0.6.0
This commit is contained in:
Fabian Affolter
2025-03-21 09:34:43 +01:00
parent 2ac84dfdac
commit 2a40a1e8bf
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pywizlight";
version = "0.5.14";
version = "0.6.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "sbidy";
repo = pname;
rev = "v${version}";
hash = "sha256-IkuAYEg5nuUT6zxmuJe6afp4MVWf0+HAnEoAdOrdTvQ=";
hash = "sha256-4z1PmVoRs7mql/PhSG9Ek6NRkGXIXAYxaV8nNDoJjeY=";
};
propagatedBuildInputs = [ click ];