python313Packages.pyswitchbot: 0.68.4 -> 0.69.0

Diff: https://github.com/Danielhiversen/pySwitchbot/compare/0.68.4...0.69.0

Changelog: https://github.com/Danielhiversen/pySwitchbot/releases/tag/0.69.0
This commit is contained in:
Fabian Affolter
2025-08-26 23:39:46 +02:00
parent be36a7ed77
commit 0ee8a90d56
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pyswitchbot";
version = "0.68.4";
version = "0.69.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pySwitchbot";
tag = version;
hash = "sha256-B3xORFuvgVM4MoAMWWXkO5wUe1wU2gEo+NzWVikMrXg=";
hash = "sha256-5hXFfWGRWPY0fbokw/+61PGlGC6UlQV9FbLuXfWX0KI=";
};
build-system = [ setuptools ];