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 17 buildPythonPackage rec { 18 pname = "pyswitchbot"; 19 - version = "0.70.0"; 20 pyproject = true; 21 22 disabled = pythonOlder "3.8"; ··· 25 owner = "Danielhiversen"; 26 repo = "pySwitchbot"; 27 tag = version; 28 - hash = "sha256-8W+RxehW68x3RULvKh+DkL/YH1usdmM8kOLEO579csE="; 29 }; 30 31 build-system = [ setuptools ];
··· 16 17 buildPythonPackage rec { 18 pname = "pyswitchbot"; 19 + version = "0.71.0"; 20 pyproject = true; 21 22 disabled = pythonOlder "3.8"; ··· 25 owner = "Danielhiversen"; 26 repo = "pySwitchbot"; 27 tag = version; 28 + hash = "sha256-MFWeU3KaCtEEvsNuSlLrWxZTYgER+/A6nF2yCvmGgTk="; 29 }; 30 31 build-system = [ setuptools ];