1
0
Fork 0
forked from NixOS/nixpkgs

python3Packages.incomfort-client: 0.6.8 -> 0.6.9 (#410724)

This commit is contained in:
Fabian Affolter 2025-05-26 22:16:31 +02:00 committed by GitHub
commit dbd8385375
Signed by: github
GPG key ID: B5690EEEBB952194

View file

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