python3Packages.livekit-api: 1.0.24 -> 1.1.0
Diff: https://github.com/livekit/python-sdks/compare/rtc-v1.0.24...api-v1.1.0 Changelog: https://github.com/livekit/python-sdks/releases/tag/api-v1.1.0
This commit is contained in:
@@ -13,14 +13,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "livekit-api";
|
||||
version = "1.0.24";
|
||||
version = "1.1.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "livekit";
|
||||
repo = "python-sdks";
|
||||
tag = "rtc-v${version}";
|
||||
hash = "sha256-XtjlKGhz/57NGJ95pKwBE1ylvVXulXsozpTpdbCL1Mk=";
|
||||
tag = "api-v${version}";
|
||||
hash = "sha256-Z9ZyzESPUR+j9s9LXSTDx3pB+bltbqTeb8WVKaKk80A=";
|
||||
};
|
||||
|
||||
pypaBuildFlags = [ "livekit-api" ];
|
||||
@@ -47,6 +47,7 @@ buildPythonPackage rec {
|
||||
passthru.updateScript = gitUpdater { rev-prefix = "api-v"; };
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/livekit/python-sdks/releases/tag/${src.tag}";
|
||||
description = "LiveKit real-time and server SDKs for Python";
|
||||
homepage = "https://github.com/livekit/python-sdks/";
|
||||
license = lib.licenses.asl20;
|
||||
|
||||
Reference in New Issue
Block a user