python313Packages.pyswitchbot: 0.75.0 -> 0.76.0

Diff: https://github.com/Danielhiversen/pySwitchbot/compare/0.75.0...0.76.0

Changelog: https://github.com/Danielhiversen/pySwitchbot/releases/tag/0.76.0
This commit is contained in:
Fabian Affolter
2026-01-09 20:55:25 +01:00
parent 7ae9d60cd9
commit effff33a59
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "pyswitchbot";
version = "0.75.0";
version = "0.76.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Danielhiversen";
repo = "pySwitchbot";
tag = version;
hash = "sha256-fC5DVY3nGFJQg2uDfXqWjIgzr+pKLzt8mvX2azWCopM=";
hash = "sha256-t5ij86Nq5BQONizKRFPeNyleFo7n4RD9pEglLPhS+Gk=";
};
build-system = [ setuptools ];