python310Packages.ypy-websocket: 0.12.3 -> 0.12.4
Diff: https://github.com/y-crdt/ypy-websocket/compare/refs/tags/v0.12.3...v0.12.4 Changelog: https://github.com/y-crdt/ypy-websocket/blob/refs/tags/v0.12.4/CHANGELOG.md
This commit is contained in:
parent
1486c62d2c
commit
c88a07c341
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "ypy-websocket";
|
||||
version = "0.12.3";
|
||||
version = "0.12.4";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
|||
owner = "y-crdt";
|
||||
repo = "ypy-websocket";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-gBLRjqsI2xx2z8qfaix4Gsm1rlNcjZ5g1PNVW7N4Q5k=";
|
||||
hash = "sha256-48x+MUhev9dErC003XOP3oGKd5uOghlBFgcR8Nm/0xs=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
|
Loading…
Reference in a new issue