python3Packages.aiohomematic: 2026.4.6 -> 2026.5.11
Diff: https://github.com/SukramJ/aiohomematic/compare/2026.4.6...2026.5.11 Changelog: https://github.com/SukramJ/aiohomematic/blob/2026.5.11/changelog.md
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
freezegun,
|
||||
openccu-data,
|
||||
orjson,
|
||||
pydantic,
|
||||
pydevccu,
|
||||
@@ -18,7 +19,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aiohomematic";
|
||||
version = "2026.4.6";
|
||||
version = "2026.5.11";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.14";
|
||||
@@ -27,13 +28,14 @@ buildPythonPackage rec {
|
||||
owner = "SukramJ";
|
||||
repo = "aiohomematic";
|
||||
tag = version;
|
||||
hash = "sha256-R7hQprIAK7Xs+XpmMecAGGrAYzfBk+fQo17tkByC0Kc=";
|
||||
hash = "sha256-Ua7/sLhL0mbZvJwx+TNfXoP+z+jE2TyCO3DqsFpPe6A=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
aiohttp
|
||||
openccu-data
|
||||
orjson
|
||||
pydantic
|
||||
python-slugify
|
||||
|
||||
Reference in New Issue
Block a user