python3Packages.pyswitchbot: 0.68.2 -> 0.68.3

This commit is contained in:
R. Ryantm
2025-08-05 19:53:10 +00:00
parent be57485fff
commit 7b40d35f63
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pyswitchbot";
version = "0.68.2";
version = "0.68.3";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pySwitchbot";
tag = version;
hash = "sha256-+YLLxLfDwj7bE6cHPFvkYFoQWSjbHeYfTk4rEHWHrk0=";
hash = "sha256-PMwXaOIEUuJcZ8D7xuOfwTqYStqynu30wS0wWHyc2WI=";
};
build-system = [ setuptools ];