python313Packages.pylutron-caseta: 0.23.0 -> 0.24.0 (#389639)

This commit is contained in:
Fabian Affolter
2025-03-14 19:57:02 +01:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "pylutron-caseta";
version = "0.23.0";
version = "0.24.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "gurumitts";
repo = "pylutron-caseta";
tag = "v${version}";
hash = "sha256-p8c+WY+x5KcF7r6FXeF89JNtAwogRZELqXWgDc2iJek=";
hash = "sha256-67y/YaXWHklSppUxsJ44CDMsvBXLzKBGl00LXBWi4+g=";
};
build-system = [ hatchling ];