python3Packages.pysmartthings: 3.2.9 -> 3.3.0 (#446234)

authored by Fabian Affolter and committed by GitHub 45760acc 9dad8c47

+2 -2
+2 -2
pkgs/development/python-modules/pysmartthings/default.nix
··· 18 19 buildPythonPackage rec { 20 pname = "pysmartthings"; 21 - version = "3.2.9"; 22 pyproject = true; 23 24 disabled = pythonOlder "3.12"; ··· 27 owner = "andrewsayre"; 28 repo = "pysmartthings"; 29 tag = "v${version}"; 30 - hash = "sha256-5buCkZ+VBZFHId616YxTUPNVd1QRh+bO0OBq0JL4dvo="; 31 }; 32 33 build-system = [ poetry-core ];
··· 18 19 buildPythonPackage rec { 20 pname = "pysmartthings"; 21 + version = "3.3.0"; 22 pyproject = true; 23 24 disabled = pythonOlder "3.12"; ··· 27 owner = "andrewsayre"; 28 repo = "pysmartthings"; 29 tag = "v${version}"; 30 + hash = "sha256-i1whnELYPkaT7K5hLZy+Q4Aub1TBph8aDFZKx78hElY="; 31 }; 32 33 build-system = [ poetry-core ];