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

python312Packages.aiostreammagic: 2.3.1 -> 2.4.0 (#343955)

parents f7166483 82b9b282
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "aiostreammagic";
  version = "2.3.1";
  version = "2.4.0";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "noahhusby";
    repo = "aiostreammagic";
    rev = "refs/tags/${version}";
    hash = "sha256-IMCs4EgOign56mThQ3ljnHs7/lt5874Ni1kavkHnKws=";
    hash = "sha256-TWGDviQ1SYLlzuIsot7JgB5XIEZES54ERJ3tv7+9DNc=";
  };

  pythonRelaxDeps = [ "websockets" ];