python312Packages.aioswitcher: 4.0.3 -> 4.1.0

This commit is contained in:
R. Ryantm
2024-10-06 02:03:43 +00:00
parent 744e61fe79
commit eefcb16ca9
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "aioswitcher";
version = "4.0.3";
version = "4.1.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "TomerFi";
repo = "aioswitcher";
rev = "refs/tags/${version}";
hash = "sha256-QSnroxVHlfZd6QDaqUTMyoctiEsxWmGmFxzql1YIAD0=";
hash = "sha256-iWEmKyg20qCww/Q+HjOj4Owp26xgY1kXQHVkmxFPfr4=";
};
__darwinAllowLocalNetworking = true;