python3Packages.lark-oapi: 1.6.9 -> 1.7.1

This commit is contained in:
R. Ryantm
2026-07-17 01:26:35 +00:00
parent 3caf6c92ce
commit 736003fbad
@@ -14,14 +14,14 @@
buildPythonPackage (finalAttrs: {
pname = "lark-oapi";
version = "1.6.9";
version = "1.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "larksuite";
repo = "oapi-sdk-python";
tag = "v${finalAttrs.version}";
hash = "sha256-W4eFhB9+XdqA/fX26XwULjvSlflL0ar/FDXWFqXsP8g=";
hash = "sha256-6EYLE+RiDd9ZNjwQ4gWW6jsipFjJCE7CZsSsxIenE6w=";
};
build-system = [ setuptools ];