python312Packages.ayla-iot-unofficial: 1.4.2 -> 1.4.3

https://github.com/rewardone/ayla-iot-unofficial/releases/tag/v1.4.3
This commit is contained in:
Martin Weinelt 2024-11-06 21:06:08 +01:00
parent dbe3e84d34
commit efe25a55ef
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "ayla-iot-unofficial";
version = "1.4.2";
version = "1.4.3";
pyproject = true;
src = fetchFromGitHub {
owner = "rewardone";
repo = "ayla-iot-unofficial";
rev = "refs/tags/v${version}";
hash = "sha256-E0vDaKZxrOwzRsqVYw+RVgFYgRB+klW1yb07KA+9zWc=";
hash = "sha256-y2SjnM48OYyXhBxLHE8R9di4ErORUgS87m/FKs21NLU=";
};
build-system = [ setuptools ];