python313Packages.pysmartthings: 3.3.0 -> 3.3.1

Diff: https://github.com/andrewsayre/pysmartthings/compare/v3.3.0...v3.3.1

Changelog: https://github.com/andrewsayre/pysmartthings/releases/tag/v3.3.1
This commit is contained in:
Fabian Affolter
2025-10-06 16:42:39 +02:00
parent 2f39ef8220
commit cfcaf23a8f

View File

@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pysmartthings";
version = "3.3.0";
version = "3.3.1";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "andrewsayre";
repo = "pysmartthings";
tag = "v${version}";
hash = "sha256-i1whnELYPkaT7K5hLZy+Q4Aub1TBph8aDFZKx78hElY=";
hash = "sha256-BSD/7eitZZ+9iL6IEOPfv+51CuV7wJZAlqHSVbPOvTY=";
};
build-system = [ poetry-core ];