python3Packages.pyimouapi: 1.3.4 -> 1.3.5

This commit is contained in:
R. Ryantm
2026-08-21 01:09:28 +00:00
parent fa10bdff7e
commit c17fa36f2d

View File

@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "pyimouapi";
version = "1.3.4";
version = "1.3.5";
pyproject = true;
src = fetchFromGitHub {
owner = "Imou-OpenPlatform";
repo = "Py-Imou-Open-Api";
tag = finalAttrs.version;
hash = "sha256-rX6BQFxUktrlZAhjRySheQRbEu6TFKxZwpjIi1wx85I=";
hash = "sha256-fcM0yIZoKkAGhags0UH6mKntgpGkuX1kzf+57okOvq4=";
};
build-system = [ setuptools ];