Unverified Commit 92c9e33d authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

python3Packages.livekit-protocol: 1.0.2 -> 1.0.3 (#411064)

parents bc57fd35 d0b11e36
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "livekit-protocol";
  version = "1.0.2";
  version = "1.0.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "livekit";
    repo = "python-sdks";
    tag = "protocol-v${version}";
    hash = "sha256-1La7XYTo9onQFNx84CwabPM6N6LXIn/7swH50hFQvB8=";
    hash = "sha256-iXYxTs87kAe4KZEPSdM6DZKlv98B6sABgyqrhzdr2ug=";
  };

  pypaBuildFlags = [ "livekit-protocol" ];