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

python3Packages.aioswitcher: 6.1.0 -> 6.1.1 (#497294)

parents 57091a81 96868544
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage (finalAttrs: {
  pname = "aioswitcher";
  version = "6.1.0";
  version = "6.1.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "TomerFi";
    repo = "aioswitcher";
    tag = finalAttrs.version;
    hash = "sha256-SCJV2r6VB1Y1ceywHkoYDsO+PRnjualGdetnQrlBKDI=";
    hash = "sha256-7jwrZqPRB9PLiDM3jN7VALiNtxPeTO4UQkb4LvU0BtE=";
  };

  __darwinAllowLocalNetworking = true;