Merge pull request #321107 from r-ryantm/auto-update/python311Packages.pycrdt-websocket

python311Packages.pycrdt-websocket: 0.13.4 -> 0.13.5
This commit is contained in:
OTABI Tomoya
2024-06-20 18:38:32 +09:00
committed by GitHub
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "pycrdt-websocket";
version = "0.13.4";
version = "0.13.5";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "jupyter-server";
repo = "pycrdt-websocket";
rev = "refs/tags/v${version}";
hash = "sha256-nkm1ZQ6bYBRDDoREovhEthDZoHApYxzAnwVgDgpWW/s=";
hash = "sha256-dzlmgxrdQ97+DO/vDtoX7PIOpngEE+FGUGq1vdVmhNw=";
};
build-system = [ hatchling ];