python313Packages.pyswitchbot: 0.70.0 -> 0.71.0 (#444303)

authored by Fabian Affolter and committed by GitHub f510f0be 84ec873c

+2 -2
+2 -2
pkgs/development/python-modules/pyswitchbot/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "pyswitchbot"; 19 - version = "0.70.0"; 19 + version = "0.71.0"; 20 20 pyproject = true; 21 21 22 22 disabled = pythonOlder "3.8"; ··· 25 25 owner = "Danielhiversen"; 26 26 repo = "pySwitchbot"; 27 27 tag = version; 28 - hash = "sha256-8W+RxehW68x3RULvKh+DkL/YH1usdmM8kOLEO579csE="; 28 + hash = "sha256-MFWeU3KaCtEEvsNuSlLrWxZTYgER+/A6nF2yCvmGgTk="; 29 29 }; 30 30 31 31 build-system = [ setuptools ];