Loading pkgs/development/python-modules/ypy-websocket/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -9,12 +9,13 @@ , pytest-asyncio , pytestCheckHook , pythonRelaxDepsHook , uvicorn , websockets }: buildPythonPackage rec { pname = "ypy-websocket"; version = "0.9.0"; version = "0.12.1"; format = "pyproject"; disabled = pythonOlder "3.7"; Loading @@ -23,7 +24,7 @@ buildPythonPackage rec { owner = "y-crdt"; repo = "ypy-websocket"; rev = "refs/tags/v${version}"; hash = "sha256-dHcXJavzR1BDAM9Xjm144gfNMSDEkenumI3POBfCjvQ="; hash = "sha256-JsSOh7CSHUnGJmNAP87fMMsRgdj6nNna1XVe15MYqoA="; }; pythonRelaxDeps = [ Loading @@ -48,6 +49,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytest-asyncio pytestCheckHook uvicorn websockets ]; Loading Loading
pkgs/development/python-modules/ypy-websocket/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -9,12 +9,13 @@ , pytest-asyncio , pytestCheckHook , pythonRelaxDepsHook , uvicorn , websockets }: buildPythonPackage rec { pname = "ypy-websocket"; version = "0.9.0"; version = "0.12.1"; format = "pyproject"; disabled = pythonOlder "3.7"; Loading @@ -23,7 +24,7 @@ buildPythonPackage rec { owner = "y-crdt"; repo = "ypy-websocket"; rev = "refs/tags/v${version}"; hash = "sha256-dHcXJavzR1BDAM9Xjm144gfNMSDEkenumI3POBfCjvQ="; hash = "sha256-JsSOh7CSHUnGJmNAP87fMMsRgdj6nNna1XVe15MYqoA="; }; pythonRelaxDeps = [ Loading @@ -48,6 +49,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytest-asyncio pytestCheckHook uvicorn websockets ]; Loading