python3Packages.aiohomematic: 2025.10.1 -> 2025.10.5

Diff: https://github.com/SukramJ/aiohomematic/compare/2025.10.1...2025.10.5

Changelog: https://github.com/SukramJ/aiohomematic/blob/2025.10.5/changelog.md
This commit is contained in:
Robert Schütz
2025-10-10 09:27:35 -07:00
parent 58b37d983d
commit d303d991f0
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "aiohomematic";
version = "2025.10.1";
version = "2025.10.5";
pyproject = true;
src = fetchFromGitHub {
owner = "SukramJ";
repo = "aiohomematic";
tag = version;
hash = "sha256-6bJh+9giJaxmUB/UHRt/RmtoMYkCJ4ZF01WA2K6NF9Y=";
hash = "sha256-DgLeshxPo2ZwQXe8pSg81kFLviEWKakOY8DtdQH/H58=";
};
postPatch = ''