python313Packages.incomfort-client: 0.6.5 -> 0.6.7

Diff: https://github.com/zxdavb/incomfort-client/compare/refs/tags/v0.6.5...v0.6.7

Changelog: https://github.com/jbouwh/incomfort-client/releases/tag/v0.6.7
This commit is contained in:
Fabian Affolter
2025-02-01 11:37:40 +01:00
parent aedbfbb628
commit 6cdc07e90f
@@ -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 ];