python3Packages.livekit-protocol: 1.0.3 -> 1.0.4

This commit is contained in:
R. Ryantm
2025-06-25 04:56:14 +00:00
parent 657b33de3d
commit 48fd4d6c82
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "livekit-protocol";
version = "1.0.3";
version = "1.0.4";
pyproject = true;
src = fetchFromGitHub {
owner = "livekit";
repo = "python-sdks";
tag = "protocol-v${version}";
hash = "sha256-iXYxTs87kAe4KZEPSdM6DZKlv98B6sABgyqrhzdr2ug=";
hash = "sha256-W9WmruzN5Nm9vrjG1Kcf3Orst0b2Mxm80hKLjwXowl8=";
};
pypaBuildFlags = [ "livekit-protocol" ];