python313Packages.switchbot-api: 2.2.1 -> 2.3.1 (#373385)

This commit is contained in:
Nick Cao
2025-01-13 10:11:13 -05:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "switchbot-api";
version = "2.2.1";
version = "2.3.1";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "SeraphicCorp";
repo = "py-switchbot-api";
tag = "v${version}";
hash = "sha256-jpm01wDVLgGr5SMaevxiYGfv8tVa1ibRtcHkEK3yb58=";
hash = "sha256-SVVFz+8LjPOJNjEREkKE4yyrDPE5Gf5qKY3ftsx3SyI=";
};
build-system = [ poetry-core ];