python3Packages.pysmartthings: 3.3.4 -> 3.5.0

Diff: https://github.com/andrewsayre/pysmartthings/compare/v3.3.4...v3.5.0

Changelog: https://github.com/andrewsayre/pysmartthings/releases/tag/v3.5.0
This commit is contained in:
Robert Schütz
2025-11-26 14:38:07 -08:00
parent 0340a0ebdb
commit 431debef5c
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pysmartthings";
version = "3.3.4";
version = "3.5.0";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "andrewsayre";
repo = "pysmartthings";
tag = "v${version}";
hash = "sha256-R9n17dI/8qe1DU7KGquMtGKRcLDeOQw9YVJs73an054=";
hash = "sha256-+7d/KuuBQSe+U8oIWng8f5D0UObIYfFjikXVdxQ7fX8=";
};
build-system = [ poetry-core ];