python3Packages.pysmartthings: 3.2.9 -> 3.3.0

R. Ryantm 8fa910d2 b5a8c8e1

Changed files
+2 -2
pkgs
development
python-modules
pysmartthings
+2 -2
pkgs/development/python-modules/pysmartthings/default.nix
···
buildPythonPackage rec {
pname = "pysmartthings";
-
version = "3.2.9";
+
version = "3.3.0";
pyproject = true;
disabled = pythonOlder "3.12";
···
owner = "andrewsayre";
repo = "pysmartthings";
tag = "v${version}";
-
hash = "sha256-5buCkZ+VBZFHId616YxTUPNVd1QRh+bO0OBq0JL4dvo=";
+
hash = "sha256-i1whnELYPkaT7K5hLZy+Q4Aub1TBph8aDFZKx78hElY=";
};
build-system = [ poetry-core ];