Fabian Affolter
2025-03-13 21:47:13 +01:00
parent 430b23a0b0
commit bd54aaca11
@@ -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 ];