python312Packages.aiostreammagic: 2.4.0 -> 2.5.0

This commit is contained in:
R. Ryantm
2024-10-05 04:39:18 +00:00
parent cf7f108819
commit 64dbf6c968
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "aiostreammagic";
version = "2.4.0";
version = "2.5.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "noahhusby";
repo = "aiostreammagic";
rev = "refs/tags/${version}";
hash = "sha256-TWGDviQ1SYLlzuIsot7JgB5XIEZES54ERJ3tv7+9DNc=";
hash = "sha256-Tb15ro+6K+7jqmer/bXDJUEBonMv1sZSU/0ZtCWOCfc=";
};
pythonRelaxDeps = [ "websockets" ];