python3Packages.switchbot-api: 2.4.0 -> 2.5.0 (#416868)

This commit is contained in:
Fabian Affolter
2025-06-15 09:34:59 +02:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "switchbot-api";
version = "2.4.0";
version = "2.5.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "SeraphicCorp";
repo = "py-switchbot-api";
tag = "v${version}";
hash = "sha256-b5g/ha+/W/L4P7l89Nh6oec55njG9UuDA/zQtpLPf6o=";
hash = "sha256-Eesdd9tNXJQ0kilfuUxpAcUO+5Rf2HRyD0N71tKT/pw=";
};
build-system = [ poetry-core ];