python312Packages.incomfort-client: 0.6.2 -> 0.6.3

https://github.com/jbouwh/incomfort-client/releases/tag/v0.6.3
This commit is contained in:
Martin Weinelt
2024-07-03 22:56:07 +02:00
parent afe910eda4
commit 841ce90793
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "incomfort-client";
version = "0.6.2";
version = "0.6.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "zxdavb";
repo = "incomfort-client";
rev = "refs/tags/v${version}";
hash = "sha256-2hTH0haG8ja0Hgomj7kbbHUij9w3jbhHeKeMCtsgeEE=";
hash = "sha256-GD5NsVvmuCuEXw8KvojSj5b67/i0skvhYW8ko+9iysU=";
};
build-system = [ setuptools ];