Merge pull request #280443 from r-ryantm/auto-update/python311Packages.pyswitchbot

python311Packages.pyswitchbot: 0.43.0 -> 0.44.0
This commit is contained in:
Fabian Affolter
2024-01-12 09:19:29 +01:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pyswitchbot";
version = "0.43.0";
version = "0.44.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pySwitchbot";
rev = "refs/tags/${version}";
hash = "sha256-+YolfvzyJVZ+EkEmPrmAXUbttxYzCFl5DT3nUaUCnuc=";
hash = "sha256-8F0mcZuGU3CiB3pGbAVReKAjvqFLMNa3EHLOOVujgAo=";
};
nativeBuildInputs = [