python3Packages.pysmartthings: 3.2.5 -> 3.2.7

This commit is contained in:
R. Ryantm
2025-07-12 01:43:32 +00:00
parent bcef7b3978
commit b9385747ec
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pysmartthings";
version = "3.2.5";
version = "3.2.7";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "andrewsayre";
repo = "pysmartthings";
tag = "v${version}";
hash = "sha256-PT4S1VmAJKXDqfetJf5QIWdgKV5ZOOVM4yBOzGdJKsc=";
hash = "sha256-znaiCZiSGi3J9PhBtOhsh/ISHoa/lyd1lurneLPNHt4=";
};
build-system = [ poetry-core ];