python3Packages.pysmartthings: 3.5.0 -> 3.5.1

https://github.com/andrewsayre/pysmartthings/releases/tag/v3.5.1
This commit is contained in:
Martin Weinelt
2025-12-13 01:42:11 +01:00
parent bc296a8301
commit e324ccd80b
@@ -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 ];