python3Packages.aiohomematic: 2026.1.9 -> 2026.1.13

Diff: https://github.com/SukramJ/aiohomematic/compare/2026.1.9...2026.1.13

Changelog: https://github.com/SukramJ/aiohomematic/blob/2026.1.13/changelog.md
This commit is contained in:
Robert Schütz
2026-01-06 14:21:15 -08:00
parent fff977786d
commit 70d73d52f5
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "aiohomematic";
version = "2026.1.9";
version = "2026.1.13";
pyproject = true;
src = fetchFromGitHub {
owner = "SukramJ";
repo = "aiohomematic";
tag = version;
hash = "sha256-bPz40fOSEimhUrSyOO0JVahFjL2V48x8IHdaA6mh3VI=";
hash = "sha256-47Ts6KmT5oNo67sn1xr7k4saKwHyOSQPnJ5MDT4R1fg=";
};
build-system = [ setuptools ];