python313Packages.aioswitcher: 6.0.2 -> 6.0.3

Diff: https://github.com/TomerFi/aioswitcher/compare/6.0.2...6.0.3

Changelog: https://github.com/TomerFi/aioswitcher/releases/tag/6.0.3
This commit is contained in:
Fabian Affolter
2025-10-19 11:16:56 +02:00
parent 6a8963b40f
commit 70a97881f1

View File

@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "aioswitcher";
version = "6.0.2";
version = "6.0.3";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "TomerFi";
repo = "aioswitcher";
tag = version;
hash = "sha256-DtTrfwT8Xvw5byWzTGpO/o2PI7/4Zt++xgKVnNMwA1k=";
hash = "sha256-6wBeAbBiuAZW9kHq/bKC0FMJxkLxM6RZN7RLwbF1ig4=";
};
__darwinAllowLocalNetworking = true;