Merge pull request #326190 from fabaff/switchbot-api-bump

python312Packages.switchbot-api: 2.1.0 -> 2.2.1
This commit is contained in:
Fabian Affolter 2024-07-11 08:33:34 +02:00 committed by GitHub
commit cfb190495e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "switchbot-api";
version = "2.1.0";
version = "2.2.1";
pyproject = true;
disabled = pythonOlder "3.10";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "SeraphicCorp";
repo = "py-switchbot-api";
rev = "refs/tags/v${version}";
hash = "sha256-dJLjWwBzrT3GnsRpTIXu3SkVDUlnAbRwBlfSQaHWPzc=";
hash = "sha256-jpm01wDVLgGr5SMaevxiYGfv8tVa1ibRtcHkEK3yb58=";
};
build-system = [ poetry-core ];