python312Packages.incomfort-client: 0.6.7 -> 0.6.8 (#403274)

This commit is contained in:
Nick Cao
2025-05-01 16:15:30 -04:00
committed by GitHub

View File

@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "incomfort-client";
version = "0.6.7";
version = "0.6.8";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "zxdavb";
repo = "incomfort-client";
tag = "v${version}";
hash = "sha256-ySE2J6h1EeoN7/Y3OK6mrDrXivv9saq9ghHEFGlVlQw=";
hash = "sha256-hQYgGxGkUyIdQN8oOhicLJXeOxRCREhwiOLO0sPcUfs=";
};
build-system = [ poetry-core ];