python311Packages.switchbot-api: 2.0.0 -> 2.1.0

This commit is contained in:
R. Ryantm 2024-04-02 04:25:18 +00:00
parent ebde306504
commit fe2d0b11f9

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "switchbot-api";
version = "2.0.0";
version = "2.1.0";
pyproject = true;
disabled = pythonOlder "3.10";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "SeraphicCorp";
repo = "py-switchbot-api";
rev = "refs/tags/v${version}";
hash = "sha256-QM8oVfd+hdVNdhOgI3ujyY82Im0Yr5Nl+OcqzEtZ7XE=";
hash = "sha256-dJLjWwBzrT3GnsRpTIXu3SkVDUlnAbRwBlfSQaHWPzc=";
};
nativeBuildInputs = [