python313Packages.pyswitchbot: 0.70.0 -> 0.71.0

Diff: https://github.com/Danielhiversen/pySwitchbot/compare/0.70.0...0.71.0

Changelog: https://github.com/Danielhiversen/pySwitchbot/releases/tag/0.71.0

Changed files
+2 -2
pkgs
development
python-modules
pyswitchbot
+2 -2
pkgs/development/python-modules/pyswitchbot/default.nix
···
buildPythonPackage rec {
pname = "pyswitchbot";
-
version = "0.70.0";
+
version = "0.71.0";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "Danielhiversen";
repo = "pySwitchbot";
tag = version;
-
hash = "sha256-8W+RxehW68x3RULvKh+DkL/YH1usdmM8kOLEO579csE=";
+
hash = "sha256-MFWeU3KaCtEEvsNuSlLrWxZTYgER+/A6nF2yCvmGgTk=";
};
build-system = [ setuptools ];