python3Packages.lark-oapi: 1.7.1 -> 1.7.2

This commit is contained in:
R. Ryantm
2026-08-13 02:46:14 +00:00
parent fd285fb005
commit 417f6f6fdb

View File

@@ -14,14 +14,14 @@
buildPythonPackage (finalAttrs: {
pname = "lark-oapi";
version = "1.7.1";
version = "1.7.2";
pyproject = true;
src = fetchFromGitHub {
owner = "larksuite";
repo = "oapi-sdk-python";
tag = "v${finalAttrs.version}";
hash = "sha256-6EYLE+RiDd9ZNjwQ4gWW6jsipFjJCE7CZsSsxIenE6w=";
hash = "sha256-hbnX8aiAO0Hp6jfajz8wPb7aC3YcQNzwOesZ1dzJ920=";
};
build-system = [ setuptools ];