python3Packages.gehomesdk: 2025.2.2 -> 2025.5.0

This commit is contained in:
R. Ryantm
2025-05-20 21:14:37 +00:00
parent 6bd7ba77ef
commit 9c0b6aa543
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "gehomesdk";
version = "2025.2.2";
version = "2025.5.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-c2WrY/Db2D0x+jDszDkojBKAZmwGNQnXXfSrkoSjs3w=";
hash = "sha256-YMw0W9EWz3KY1+aZMdtE4TRvFd9yqTHkfw0X3+ZDCfQ=";
};
build-system = [ setuptools ];