python312Packages.incomfort-client: 0.6.1 -> 0.6.2

Diff: https://github.com/zxdavb/incomfort-client/compare/refs/tags/v0.6.1...v0.6.2

Changelog: https://github.com/jbouwh/incomfort-client/releases/tag/v0.6.2
This commit is contained in:
Fabian Affolter
2024-06-18 00:37:04 +02:00
parent 14e5cf277b
commit a5435cdd61
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "incomfort-client";
version = "0.6.1";
version = "0.6.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "zxdavb";
repo = "incomfort-client";
rev = "refs/tags/v${version}";
hash = "sha256-kdPue3IfF85O+0dgvX+dN6S4WoQmjxdCfwfv83SnO8E=";
hash = "sha256-2hTH0haG8ja0Hgomj7kbbHUij9w3jbhHeKeMCtsgeEE=";
};
build-system = [ setuptools ];