python311Packages.pycrdt-websocket: 0.13.4 -> 0.13.5

This commit is contained in:
R. Ryantm
2024-06-19 20:34:27 +00:00
parent 3c98ea30cf
commit 5b981cf68a
@@ -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 ];