python3Packages.aiohomematic: 2026.3.8 -> 2026.3.23

Diff: https://github.com/SukramJ/aiohomematic/compare/2026.3.8...2026.3.23

Changelog: https://github.com/SukramJ/aiohomematic/blob/2026.3.23/changelog.md
This commit is contained in:
Robert Schütz
2026-04-02 13:10:34 -07:00
parent 6aa4047ef2
commit 1ef07a41ba
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "aiohomematic";
version = "2026.3.8";
version = "2026.3.23";
pyproject = true;
disabled = pythonOlder "3.14";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "SukramJ";
repo = "aiohomematic";
tag = version;
hash = "sha256-uVG8rMxgb5JwNy9r9jT17BIZFxGn5rxtzRtQV6Mfxkk=";
hash = "sha256-zbXz/pg5CB8YLs6oF3Nv8gVimc/jQu3pHRpD/y3Wp5Q=";
};
build-system = [ setuptools ];