python313Packages.incomfort-client: 0.6.5 -> 0.6.7 (#378506)

This commit is contained in:
Fabian Affolter
2025-02-01 17:02:51 +01:00
committed by GitHub
@@ -7,12 +7,13 @@
pytest-asyncio,
pytestCheckHook,
pythonOlder,
poetry-core,
setuptools,
}:
buildPythonPackage rec {
pname = "incomfort-client";
version = "0.6.5";
version = "0.6.7";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,10 +22,10 @@ buildPythonPackage rec {
owner = "zxdavb";
repo = "incomfort-client";
tag = "v${version}";
hash = "sha256-6n6uvUJm6y0AynAZMQG+NKNIIaeMSpOJqWDdpPdGy4Q=";
hash = "sha256-ySE2J6h1EeoN7/Y3OK6mrDrXivv9saq9ghHEFGlVlQw=";
};
build-system = [ setuptools ];
build-system = [ poetry-core ];
dependencies = [ aiohttp ];