python312Packages.gehomesdk: 0.5.28 -> 0.5.29 (#354716)

This commit is contained in:
Fabian Affolter 2024-11-09 22:18:54 +01:00 committed by GitHub
commit ce51df0a5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "gehomesdk";
version = "0.5.28";
version = "0.5.29";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-TAPuP0VFhKuWDzko/+Upq6GDGZJO9y6GuuV6GsSqi2I=";
hash = "sha256-sV5V+D0K02qmP9Z0WqYSvNsKTeXkdrY9CsRtvYq1JcE=";
};
build-system = [ setuptools ];