python3Packages.aiohomematic: 2026.3.23 -> 2026.4.0

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

Changelog: https://github.com/SukramJ/aiohomematic/blob/2026.4.0/changelog.md
This commit is contained in:
Robert Schütz
2026-04-03 21:53:59 -07:00
parent 47b2e5b7f5
commit 013dc975b8
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "aiohomematic";
version = "2026.3.23";
version = "2026.4.0";
pyproject = true;
disabled = pythonOlder "3.14";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "SukramJ";
repo = "aiohomematic";
tag = version;
hash = "sha256-zbXz/pg5CB8YLs6oF3Nv8gVimc/jQu3pHRpD/y3Wp5Q=";
hash = "sha256-rujAMHFYzTccrXZF2//5k2iGL90fEdigL3Ni40Ogmxo=";
};
build-system = [ setuptools ];