python3Packages.pysmartthings: 3.5.0 -> 3.5.1

This commit is contained in:
R. Ryantm
2025-12-13 08:54:36 +00:00
parent 145c17c55d
commit cc9de4bff4
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pysmartthings";
version = "3.5.0";
version = "3.5.1";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "andrewsayre";
repo = "pysmartthings";
tag = "v${version}";
hash = "sha256-+7d/KuuBQSe+U8oIWng8f5D0UObIYfFjikXVdxQ7fX8=";
hash = "sha256-tBBmY6p0mvV/w2jJCxZq8cFjZqdWioYKljvbU/rR/fo=";
};
build-system = [ poetry-core ];