python3Packages.switchbot-api: 2.8.0 -> 2.9.0

This commit is contained in:
R. Ryantm
2025-12-21 09:42:06 +00:00
parent 55ae7336a1
commit 653d20e72d
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "switchbot-api";
version = "2.8.0";
version = "2.9.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "SeraphicCorp";
repo = "py-switchbot-api";
tag = "v${version}";
hash = "sha256-xalIVkmzflUVkw/DFOLas6T/jUXSs3gZhEa3IJWtEaw=";
hash = "sha256-G5cUpX89KC6C4295wbvyeYWvUob4LdHiJjcN0UbVJnY=";
};
build-system = [ poetry-core ];