python3Packages.homematicip: 2.13.0 -> 2.13.2

This commit is contained in:
R. Ryantm
2026-06-26 23:01:49 +00:00
parent da86400f73
commit 8ffe437820
@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "homematicip";
version = "2.13.0";
version = "2.13.2";
pyproject = true;
src = fetchFromGitHub {
owner = "hahn-th";
repo = "homematicip-rest-api";
tag = finalAttrs.version;
hash = "sha256-gy9s2w8zbNqED6MXzoMLEERGk3E9Zz/gWC7NzhPRiPw=";
hash = "sha256-gOpdmsLsF73m1da027hfU6IK8DfV67p0JXI/inIsvd4=";
};
build-system = [