Commit 27ca005e authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 23f0d015
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "aiostreammagic";
  version = "2.5.0";
  version = "2.6.0";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "noahhusby";
    repo = "aiostreammagic";
    rev = "refs/tags/${version}";
    hash = "sha256-Tb15ro+6K+7jqmer/bXDJUEBonMv1sZSU/0ZtCWOCfc=";
    hash = "sha256-Clio8JBxlZillqZIYuM8rLcXJeAIS81iXJiopevgpjc=";
  };

  pythonRelaxDeps = [ "websockets" ];