python3Packages.pycrdt-websocket: 0.16.1 -> 0.16.2 (#528737)

This commit is contained in:
kirillrdy
2026-06-06 09:48:52 +00:00
committed by GitHub
@@ -27,7 +27,7 @@
buildPythonPackage (finalAttrs: {
pname = "pycrdt-websocket";
version = "0.16.1";
version = "0.16.2";
pyproject = true;
__structuredAttrs = true;
@@ -35,7 +35,7 @@ buildPythonPackage (finalAttrs: {
owner = "y-crdt";
repo = "pycrdt-websocket";
tag = finalAttrs.version;
hash = "sha256-OZ3LaXFwZY0gcLVHSkNKRrFZuCbggD9EeQNXYIVOSZ0=";
hash = "sha256-0HGDH3RP7uHr6eAU/s0e1LnRgtdz+v0ToZdrxG1wduc=";
};
build-system = [ hatchling ];