python3Packages.switchbot-api: 2.5.0 -> 2.6.0

This commit is contained in:
R. Ryantm
2025-06-24 04:08:02 +00:00
parent d079709547
commit 9abe80ee31
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "switchbot-api";
version = "2.5.0";
version = "2.6.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "SeraphicCorp";
repo = "py-switchbot-api";
tag = "v${version}";
hash = "sha256-Eesdd9tNXJQ0kilfuUxpAcUO+5Rf2HRyD0N71tKT/pw=";
hash = "sha256-vRV8n5hyx3t67W8MC8QW+3RrRqroAEpw2diMwmyQayI=";
};
build-system = [ poetry-core ];