Loading pkgs/development/python-modules/aiostreammagic/default.nix +2 −4 Original line number Diff line number Diff line { lib, aiohttp, buildPythonPackage, fetchFromGitHub, mashumaro, Loading @@ -13,7 +12,7 @@ buildPythonPackage rec { pname = "aiostreammagic"; version = "2.5.0"; version = "2.8.1"; pyproject = true; disabled = pythonOlder "3.11"; Loading @@ -22,7 +21,7 @@ buildPythonPackage rec { owner = "noahhusby"; repo = "aiostreammagic"; rev = "refs/tags/${version}"; hash = "sha256-Tb15ro+6K+7jqmer/bXDJUEBonMv1sZSU/0ZtCWOCfc="; hash = "sha256-xXKI7qbIAyG957TTZHoA23sQvvom2TNDGSGSTlRcZUQ="; }; pythonRelaxDeps = [ "websockets" ]; Loading @@ -30,7 +29,6 @@ buildPythonPackage rec { build-system = [ poetry-core ]; dependencies = [ aiohttp mashumaro orjson websockets Loading Loading
pkgs/development/python-modules/aiostreammagic/default.nix +2 −4 Original line number Diff line number Diff line { lib, aiohttp, buildPythonPackage, fetchFromGitHub, mashumaro, Loading @@ -13,7 +12,7 @@ buildPythonPackage rec { pname = "aiostreammagic"; version = "2.5.0"; version = "2.8.1"; pyproject = true; disabled = pythonOlder "3.11"; Loading @@ -22,7 +21,7 @@ buildPythonPackage rec { owner = "noahhusby"; repo = "aiostreammagic"; rev = "refs/tags/${version}"; hash = "sha256-Tb15ro+6K+7jqmer/bXDJUEBonMv1sZSU/0ZtCWOCfc="; hash = "sha256-xXKI7qbIAyG957TTZHoA23sQvvom2TNDGSGSTlRcZUQ="; }; pythonRelaxDeps = [ "websockets" ]; Loading @@ -30,7 +29,6 @@ buildPythonPackage rec { build-system = [ poetry-core ]; dependencies = [ aiohttp mashumaro orjson websockets Loading