python3Packages.pyswitchbot: 0.74.0 -> 0.75.0 (#466423)

This commit is contained in:
dotlambda
2026-01-07 16:11:33 +00:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "pyswitchbot";
version = "0.74.0";
version = "0.75.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Danielhiversen";
repo = "pySwitchbot";
tag = version;
hash = "sha256-3n6ErE17W5Gsf/Isw4o45JcDihYUHendx8MLgh8gALk=";
hash = "sha256-fC5DVY3nGFJQg2uDfXqWjIgzr+pKLzt8mvX2azWCopM=";
};
build-system = [ setuptools ];