python313Packages.aioswitcher: 5.0.0 -> 6.0.0

https://github.com/TomerFi/aioswitcher/releases/tag/6.0.0
This commit is contained in:
Martin Weinelt
2025-01-05 02:56:47 +01:00
parent b87f87c82b
commit c94c152d89
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "aioswitcher";
version = "5.0.0";
version = "6.0.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "TomerFi";
repo = "aioswitcher";
tag = version;
hash = "sha256-cKHH1yXVm/kZigO1Ub0XZEv+yq4lROc4SGFLqFuwQto=";
hash = "sha256-nf4PEitfM9uYOlmm/cfILnFo/xx8g7rjYn2nkf3gjMg=";
};
__darwinAllowLocalNetworking = true;