python3Packages.pysmartthings: 3.2.7 -> 3.2.8

This commit is contained in:
R. Ryantm
2025-07-20 02:37:49 +00:00
parent 8722e0db43
commit 6feee9877c
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pysmartthings";
version = "3.2.7";
version = "3.2.8";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "andrewsayre";
repo = "pysmartthings";
tag = "v${version}";
hash = "sha256-znaiCZiSGi3J9PhBtOhsh/ISHoa/lyd1lurneLPNHt4=";
hash = "sha256-bTE4N2TwrAyi0NZcj/GghLZ7Vq4eoc9mQH2OBeCfHn8=";
};
build-system = [ poetry-core ];