python3Packages.aiohomematic: 2026.1.13 -> 2026.1.17

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

Changelog: https://github.com/SukramJ/aiohomematic/blob/2026.1.17/changelog.md
This commit is contained in:
Robert Schütz
2026-01-08 02:43:18 -08:00
parent e4f571d86a
commit 25f517f973
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "aiohomematic";
version = "2026.1.13";
version = "2026.1.17";
pyproject = true;
src = fetchFromGitHub {
owner = "SukramJ";
repo = "aiohomematic";
tag = version;
hash = "sha256-47Ts6KmT5oNo67sn1xr7k4saKwHyOSQPnJ5MDT4R1fg=";
hash = "sha256-pkjSo2yc4mWbvpYJDc6vK4ugZSSv1mTED8IHWJvL/so=";
};
build-system = [ setuptools ];