Unverified Commit a91acbaa authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #286222 from r-ryantm/auto-update/python311Packages.aiooss2

python311Packages.aiooss2: 0.2.8 -> 0.2.9
parents 5e67a721 2a2c14b9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "aiooss2";
  version = "0.2.8";
  version = "0.2.9";
  format = "pyproject";

  disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "karajan1001";
    repo = "aiooss2";
    rev = "refs/tags/${version}";
    hash = "sha256-PwgbUZAuk2woEmLYDdWF5hTs19DASxxUv3Ga844ai7g=";
    hash = "sha256-LdH04pRioxpHY1amRO90l9l5540IsDxmQcrEUVSq8dk=";
  };

  pythonRelaxDeps = [