python3Packages.pysmartthings: 3.2.9 -> 3.3.0

This commit is contained in:
R. Ryantm
2025-09-26 04:42:28 +00:00
parent b5a8c8e16a
commit 8fa910d286
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pysmartthings";
version = "3.2.9";
version = "3.3.0";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "andrewsayre";
repo = "pysmartthings";
tag = "v${version}";
hash = "sha256-5buCkZ+VBZFHId616YxTUPNVd1QRh+bO0OBq0JL4dvo=";
hash = "sha256-i1whnELYPkaT7K5hLZy+Q4Aub1TBph8aDFZKx78hElY=";
};
build-system = [ poetry-core ];