python312Packages.incomfort-client: 0.6.4 -> 0.6.5

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

Changelog: https://github.com/jbouwh/incomfort-client/releases/tag/v0.6.5
This commit is contained in:
Fabian Affolter
2025-01-04 22:43:47 +01:00
parent 7443624ace
commit 4a8603a721
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "incomfort-client";
version = "0.6.4";
version = "0.6.5";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "zxdavb";
repo = "incomfort-client";
tag = "v${version}";
hash = "sha256-fyQKkwHQEvRNTh1IBqE0/YSskBfrFEequ+VxoHSeShA=";
hash = "sha256-6n6uvUJm6y0AynAZMQG+NKNIIaeMSpOJqWDdpPdGy4Q=";
};
build-system = [ setuptools ];