Merge pull request #244196 from dotlambda/ypy-websocket-0.12.1
python310Packages.ypy-websocket: 0.9.0 -> 0.12.1
This commit is contained in:
commit
3e2b6595b5
1 changed files with 4 additions and 2 deletions
|
@ -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";
|
||||
|
@ -23,7 +24,7 @@ buildPythonPackage rec {
|
|||
owner = "y-crdt";
|
||||
repo = "ypy-websocket";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-dHcXJavzR1BDAM9Xjm144gfNMSDEkenumI3POBfCjvQ=";
|
||||
hash = "sha256-JsSOh7CSHUnGJmNAP87fMMsRgdj6nNna1XVe15MYqoA=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
@ -48,6 +49,7 @@ buildPythonPackage rec {
|
|||
nativeCheckInputs = [
|
||||
pytest-asyncio
|
||||
pytestCheckHook
|
||||
uvicorn
|
||||
websockets
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue