python3Packages.aiohomematic-config: 2026.3.2 -> 2026.3.5

Diff: https://github.com/sukramj/aiohomematic-config/compare/2026.3.2...2026.3.5

Changelog: https://github.com/sukramj/aiohomematic-config/blob/2026.3.5/changelog.md
This commit is contained in:
Robert Schütz
2026-04-02 13:10:34 -07:00
parent 1ef07a41ba
commit 597ae43899
@@ -11,14 +11,14 @@
buildPythonPackage (finalAttrs: {
pname = "aiohomematic-config";
version = "2026.3.2";
version = "2026.3.5";
pyproject = true;
src = fetchFromGitHub {
owner = "sukramj";
repo = "aiohomematic-config";
tag = finalAttrs.version;
hash = "sha256-0TfRaTL+oxukl4nMPTxrtLMqCxAOcAW/brXxCeP9NB4=";
hash = "sha256-OGpGtF+BH+WWIGGfpS6myJ7fPi1wuWYjeSS9y9LhXGY=";
};
build-system = [ setuptools ];