python313Packages.switchbot-api: 2.7.0 -> 2.8.0

Diff: https://github.com/SeraphicCorp/py-switchbot-api/compare/v2.7.0...v2.8.0

Changelog: https://github.com/SeraphicCorp/py-switchbot-api/releases/tag/v2.8.0

Changed files
+2 -2
pkgs
development
python-modules
switchbot-api
+2 -2
pkgs/development/python-modules/switchbot-api/default.nix
···
buildPythonPackage rec {
pname = "switchbot-api";
-
version = "2.7.0";
pyproject = true;
disabled = pythonOlder "3.10";
···
owner = "SeraphicCorp";
repo = "py-switchbot-api";
tag = "v${version}";
-
hash = "sha256-uGaM/pzO9HuLJjXdhdrCfbTxMvYxF4OgFo/m5R2jm5s=";
};
build-system = [ poetry-core ];
···
buildPythonPackage rec {
pname = "switchbot-api";
+
version = "2.8.0";
pyproject = true;
disabled = pythonOlder "3.10";
···
owner = "SeraphicCorp";
repo = "py-switchbot-api";
tag = "v${version}";
+
hash = "sha256-xalIVkmzflUVkw/DFOLas6T/jUXSs3gZhEa3IJWtEaw=";
};
build-system = [ poetry-core ];