Unverified Commit e9bd3c37 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.aioswitcher: 6.0.2 -> 6.0.3 (#453476)

parents 87d4951c 70a97881
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;