python3Packages.gehomesdk: 2026.5.4 -> 2026.7.2

Changelog: https://github.com/simbaja/gehome/releases/tag/2026.7.2
This commit is contained in:
Fabian Affolter
2026-07-20 09:26:55 +02:00
parent 27815f527a
commit abcedb9d4a
@@ -15,12 +15,12 @@
buildPythonPackage (finalAttrs: {
pname = "gehomesdk";
version = "2026.5.4";
version = "2026.7.2";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-zKYe7vIXSFbtTqaCLEAHQvuDRGGXqorqfFqVVpBWuJs=";
hash = "sha256-dSx+fmQU8UJTVaBaNWyJh302CDb7LcyELSnL0B0sbjk=";
};
build-system = [ setuptools ];