python3Packages.pysmartthings: 3.2.8 -> 3.2.9

https://github.com/andrewsayre/pysmartthings/releases/tag/v3.2.9
This commit is contained in:
Martin Weinelt
2025-08-22 02:43:23 +02:00
parent 3584d5b358
commit 609fa5101d
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pysmartthings";
version = "3.2.8";
version = "3.2.9";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "andrewsayre";
repo = "pysmartthings";
tag = "v${version}";
hash = "sha256-bTE4N2TwrAyi0NZcj/GghLZ7Vq4eoc9mQH2OBeCfHn8=";
hash = "sha256-5buCkZ+VBZFHId616YxTUPNVd1QRh+bO0OBq0JL4dvo=";
};
build-system = [ poetry-core ];