python3Packages.livekit-api: 1.0.3 -> 1.0.5 (#429523)

authored by Nick Cao and committed by GitHub dd424a05 0de8eb33

+2 -2
+2 -2
pkgs/development/python-modules/livekit-api/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "livekit-api"; 16 - version = "1.0.3"; 16 + version = "1.0.5"; 17 17 pyproject = true; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "livekit"; 21 21 repo = "python-sdks"; 22 22 tag = "api-v${version}"; 23 - hash = "sha256-W9WmruzN5Nm9vrjG1Kcf3Orst0b2Mxm80hKLjwXowl8="; 23 + hash = "sha256-GoVPOLA4aCC26+x9//mlmOO6tb3dczN+s1C+VtGRiRE="; 24 24 }; 25 25 26 26 pypaBuildFlags = [ "livekit-api" ];